aboutsummaryrefslogtreecommitdiff
path: root/home/zsh.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/zsh.nix')
-rw-r--r--home/zsh.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/home/zsh.nix b/home/zsh.nix
index 668014e..866e153 100644
--- a/home/zsh.nix
+++ b/home/zsh.nix
@@ -67,10 +67,10 @@
lf = "yazi";
dfm = "demonfm";
- ls = "eza --icons --group-directories-first";
- ll = "eza -lgh --icons --group-directories-first";
- la = "eza -lagh --icons --group-directories-first";
- tree = "eza -T --icons";
+ ls = "eza";
+ ll = "eza -lgh";
+ la = "eza -lagh";
+ tree = "eza -T";
mv = "mvg -ig";
rm = "rip -i --graveyard $HOME/.local/share/Trash";