From b2e7cd1519b8545b8b793192492fad80e9c09854 Mon Sep 17 00:00:00 2001 From: Joe Date: Thu, 7 Dec 2023 12:00:01 +0100 Subject: eza up --- .config/zsh/.zshrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 963766b..7e7a8ad 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -72,10 +72,10 @@ autoload edit-command-line && zle -N edit-command-line 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 --no-filesize +eza_after_cd() { + eza -l --icons --color=always --group-directories-first --no-permissions --no-user --no-time --no-filesize } -add-zsh-hook chpwd exa_after_cd +add-zsh-hook chpwd eza_after_cd autoload -Uz url-quote-magic zle -N self-insert url-quote-magic -- cgit v1.2.3