diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2022-03-14 14:14:08 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2022-03-14 14:14:08 +0100 |
commit | f06e33f513d4a13198989528b9d1c70467c0383d (patch) | |
tree | 819f31a08fcb33f6741f1fb58f8bb4d6f79a5626 /.config/zsh/alias.zsh | |
parent | Cool updates (diff) | |
download | dotfiles-bsd-f06e33f513d4a13198989528b9d1c70467c0383d.tar.gz dotfiles-bsd-f06e33f513d4a13198989528b9d1c70467c0383d.tar.bz2 dotfiles-bsd-f06e33f513d4a13198989528b9d1c70467c0383d.tar.xz dotfiles-bsd-f06e33f513d4a13198989528b9d1c70467c0383d.tar.zst dotfiles-bsd-f06e33f513d4a13198989528b9d1c70467c0383d.zip |
Added cool hook
Diffstat (limited to '')
-rw-r--r-- | .config/zsh/alias.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/zsh/alias.zsh b/.config/zsh/alias.zsh index 8f82550..b20a71a 100644 --- a/.config/zsh/alias.zsh +++ b/.config/zsh/alias.zsh @@ -11,7 +11,7 @@ # == ===== ==== == # ======================== -alias exa='exa --color=always --group-directories-first' \ +alias exa='exa --color=always --group-directories-first --icons' \ ls='exa -l' tree() { exa -T $@ | less |