summaryrefslogtreecommitdiffstats
path: root/.config/zsh/.zshrc
diff options
context:
space:
mode:
authorJoe <rrbo@proton.me>2023-12-07 12:00:01 +0100
committerJoe <rrbo@proton.me>2023-12-07 12:00:01 +0100
commitb2e7cd1519b8545b8b793192492fad80e9c09854 (patch)
tree54e4a88fc5c0c13ec65d067111d1183f4ef640e1 /.config/zsh/.zshrc
parentup (diff)
downloaddotfiles-bsd-b2e7cd1519b8545b8b793192492fad80e9c09854.tar.gz
dotfiles-bsd-b2e7cd1519b8545b8b793192492fad80e9c09854.tar.bz2
dotfiles-bsd-b2e7cd1519b8545b8b793192492fad80e9c09854.tar.xz
dotfiles-bsd-b2e7cd1519b8545b8b793192492fad80e9c09854.tar.zst
dotfiles-bsd-b2e7cd1519b8545b8b793192492fad80e9c09854.zip
eza up
Diffstat (limited to '.config/zsh/.zshrc')
-rw-r--r--.config/zsh/.zshrc6
1 files 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