diff options
author | Joe <rbo@gmx.us> | 2023-12-03 00:41:13 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2023-12-03 00:41:13 +0100 |
commit | 9d1fa738f9c94b94a8f54078a3045950fee736a2 (patch) | |
tree | 1062609a64dc04c4906502c4a7ede3b57ff220b6 /.config | |
parent | up (diff) | |
download | dotfiles-bsd-9d1fa738f9c94b94a8f54078a3045950fee736a2.tar.gz dotfiles-bsd-9d1fa738f9c94b94a8f54078a3045950fee736a2.tar.bz2 dotfiles-bsd-9d1fa738f9c94b94a8f54078a3045950fee736a2.tar.xz dotfiles-bsd-9d1fa738f9c94b94a8f54078a3045950fee736a2.tar.zst dotfiles-bsd-9d1fa738f9c94b94a8f54078a3045950fee736a2.zip |
up
Diffstat (limited to '.config')
-rw-r--r-- | .config/zsh/alias.zsh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/zsh/alias.zsh b/.config/zsh/alias.zsh index 911d4fb..8fca31c 100644 --- a/.config/zsh/alias.zsh +++ b/.config/zsh/alias.zsh @@ -11,10 +11,10 @@ # == ===== ==== == # ======================== -alias exa='exa --color=always --group-directories-first --icons' \ - ls='exa -l' +alias eza='eza --color=always --group-directories-first --icons' \ + ls='eza -l' tree() { - exa -T $@ | $PAGER + eza -T $@ | $PAGER } alias \ e='editorcmd' \ |