summaryrefslogtreecommitdiffstats
path: root/.config/zsh
diff options
context:
space:
mode:
authorJoe <bousset.rudy@gmail.com>2022-05-08 19:15:51 +0200
committerJoe <bousset.rudy@gmail.com>2022-05-08 19:15:51 +0200
commita03c0bef9b2d2ff0d4f9e945f85e6a17498feb54 (patch)
tree1729dacc923181d1ee72dd6ecb08604ebdbb319b /.config/zsh
parentupdate (diff)
downloaddotfiles-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 '.config/zsh')
-rw-r--r--.config/zsh/.zshrc2
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