Replaced exa with eza

This commit is contained in:
Emmet 2023-09-16 09:57:28 -05:00
parent d92a1beba0
commit b4fc3c6deb
2 changed files with 3 additions and 3 deletions

View file

@ -9,7 +9,7 @@
gnugrep gnused
killall
libnotify
bat exa fd bottom ripgrep
bat eza fd bottom ripgrep
rsync
tmux
htop

View file

@ -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
];