diff options
author | Joe <bousset.rudy@gmail.com> | 2022-05-08 19:15:51 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-05-08 19:15:51 +0200 |
commit | a03c0bef9b2d2ff0d4f9e945f85e6a17498feb54 (patch) | |
tree | 1729dacc923181d1ee72dd6ecb08604ebdbb319b /.config/zsh/.zshrc | |
parent | update (diff) | |
download | dotfiles-bsd-a03c0bef9b2d2ff0d4f9e945f85e6a17498feb54.tar.gz dotfiles-bsd-a03c0bef9b2d2ff0d4f9e945f85e6a17498feb54.tar.bz2 dotfiles-bsd-a03c0bef9b2d2ff0d4f9e945f85e6a17498feb54.tar.xz dotfiles-bsd-a03c0bef9b2d2ff0d4f9e945f85e6a17498feb54.tar.zst dotfiles-bsd-a03c0bef9b2d2ff0d4f9e945f85e6a17498feb54.zip |
update
Diffstat (limited to '')
-rw-r--r-- | .config/zsh/.zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index e00a940..743a2de 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -58,7 +58,7 @@ bindkey "^e" edit-command-line autoload -U add-zsh-hook exa_after_cd() { - exa -l --icons --color=always --group-directories-first --no-permissions --no-user --no-time + exa -l --icons --color=always --group-directories-first --no-permissions --no-user --no-time --no-filesize } add-zsh-hook chpwd exa_after_cd |