removed tree, replaced with eza functionality

This commit is contained in:
Bryan Ramos 2024-05-14 00:29:23 -04:00
parent 6ac3d1b33a
commit 3daa4d334b
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8
4 changed files with 5 additions and 3 deletions

View file

@ -1,4 +1,6 @@
{
cd = "cd -L";
grep = "grep --color";
tree = "lt --icon=never";
lt = "lt --icon=never";
}

View file

@ -60,7 +60,7 @@ check_venv() {
${if gui.enable then ''
project_icon=""
'' else ''
project_icon="\[\033[01;34m\]git>[\033[00m\]"
project_icon="\[\033[01;34m\]git>\033[00m\]"
''}
set_git_dir() {

View file

@ -9,7 +9,7 @@ in
imports = [ ./modules ];
config = mkIf cfg.enable {
home.packages = with pkgs; [
wget curl tree neofetch
wget curl neofetch
unzip fping calc fd pciutils
rsync zip lshw
];