diff options
author | Joe <bousset.rudy@gmail.com> | 2022-05-08 14:48:10 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-05-08 14:48:10 +0200 |
commit | 6836552b89de05d3be7ad5aec411634f4dd08872 (patch) | |
tree | 7d151aae9659a686c9d78678c1a5cfcea94ef8f2 /.config | |
parent | Way better vps push script (diff) | |
download | dotfiles-bsd-6836552b89de05d3be7ad5aec411634f4dd08872.tar.gz dotfiles-bsd-6836552b89de05d3be7ad5aec411634f4dd08872.tar.bz2 dotfiles-bsd-6836552b89de05d3be7ad5aec411634f4dd08872.tar.xz dotfiles-bsd-6836552b89de05d3be7ad5aec411634f4dd08872.tar.zst dotfiles-bsd-6836552b89de05d3be7ad5aec411634f4dd08872.zip |
update
Diffstat (limited to '.config')
-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 a50a1d3..e00a940 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 + exa -l --icons --color=always --group-directories-first --no-permissions --no-user --no-time } add-zsh-hook chpwd exa_after_cd |