diff --git a/user/shell/cli-collection.nix b/user/shell/cli-collection.nix index b1f8e2c..b09730b 100644 --- a/user/shell/cli-collection.nix +++ b/user/shell/cli-collection.nix @@ -9,7 +9,7 @@ gnugrep gnused killall libnotify - bat exa fd bottom ripgrep + bat eza fd bottom ripgrep rsync tmux htop diff --git a/user/shell/sh.nix b/user/shell/sh.nix index 415faae..26fe8d9 100644 --- a/user/shell/sh.nix +++ b/user/shell/sh.nix @@ -3,7 +3,7 @@ let # My shell aliases myAliases = { - ls = "exa --icons -l -T -L=1"; + ls = "eza --icons -l -T -L=1"; cat = "bat"; htop = "btm"; fd = "fd -Lu"; @@ -36,7 +36,7 @@ in home.packages = with pkgs; [ neofetch lolcat cowsay gnugrep gnused - bat exa bottom fd + bat eza bottom fd direnv nix-direnv ];