From a03c0bef9b2d2ff0d4f9e945f85e6a17498feb54 Mon Sep 17 00:00:00 2001 From: Joe Date: Sun, 8 May 2022 19:15:51 +0200 Subject: update --- .config/zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/zsh') 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 -- cgit v1.2.3