diff options
| author | DemonKingSwarn <rockingswarn@gmail.com> | 2026-04-20 18:33:23 +0530 |
|---|---|---|
| committer | DemonKingSwarn <rockingswarn@gmail.com> | 2026-04-20 18:33:23 +0530 |
| commit | 433e009ddc88de9c1de8bd2131a812b68704f093 (patch) | |
| tree | cd4d2da27444982bb5792864131bd12a159c750f /home/zsh.nix | |
| parent | fa9f30bbf58ca184d5d8d682df775583f3ebd5fd (diff) | |
| download | odysseus-433e009ddc88de9c1de8bd2131a812b68704f093.zip odysseus-433e009ddc88de9c1de8bd2131a812b68704f093.tar.gz | |
This is supposed to crash
an automated commit
Diffstat (limited to 'home/zsh.nix')
| -rw-r--r-- | home/zsh.nix | 8 |
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"; |
