diff options
| author | DemonKingSwarn <rockingswarn@gmail.com> | 2026-04-20 14:21:20 +0530 |
|---|---|---|
| committer | DemonKingSwarn <rockingswarn@gmail.com> | 2026-04-20 14:21:20 +0530 |
| commit | 7b3d3a68d23d3e0c2f1092116c4d33aaae32dab8 (patch) | |
| tree | 8332c30b18c1e2c684f376ed53b54547be0f585a /home/zsh.nix | |
| parent | c20179f1afc29be2ef3ee32011cbc097bc70f771 (diff) | |
| download | odysseus-7b3d3a68d23d3e0c2f1092116c4d33aaae32dab8.zip odysseus-7b3d3a68d23d3e0c2f1092116c4d33aaae32dab8.tar.gz | |
alias fix
Diffstat (limited to 'home/zsh.nix')
| -rw-r--r-- | home/zsh.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/zsh.nix b/home/zsh.nix index 84badd5..668014e 100644 --- a/home/zsh.nix +++ b/home/zsh.nix @@ -70,7 +70,7 @@ ls = "eza --icons --group-directories-first"; ll = "eza -lgh --icons --group-directories-first"; la = "eza -lagh --icons --group-directories-first"; - tree = "eza -aT --icons"; + tree = "eza -T --icons"; mv = "mvg -ig"; rm = "rip -i --graveyard $HOME/.local/share/Trash"; |
