summaryrefslogtreecommitdiff
path: root/dot_config/zsh/zshrc
diff options
context:
space:
mode:
authorChloƩ Vulquin <code@toast.bunkerlabs.net>2026-01-17 16:36:33 +0100
committerChloƩ Vulquin <code@toast.bunkerlabs.net>2026-01-17 16:36:33 +0100
commitcf25673b74128ee7989f9a6b4a16b967d57b2a18 (patch)
tree752ed576c9d1571af5dda3ae142916c639f364dd /dot_config/zsh/zshrc
parentzsh: improve grml compat, performance (diff)
zsh: fix nullglob in path initialization, dot-script getting hashed
Diffstat (limited to '')
-rw-r--r--dot_config/zsh/zshrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/dot_config/zsh/zshrc b/dot_config/zsh/zshrc
index 735f661..a959e2b 100644
--- a/dot_config/zsh/zshrc
+++ b/dot_config/zsh/zshrc
@@ -2,7 +2,8 @@ setopt autocd noautopushd nocdablevars
setopt pushdignoredups pushdtohome
setopt globstarshort nullglob rematchpcre
setopt appendhistory histfindnodups histignoredups histignorespace histlexwords
-setopt interactivecomments pathdirs printexitvalue rcquotes shortloops
+setopt interactivecomments hashexecutablesonly pathdirs
+setopt printexitvalue rcquotes shortloops
setopt hup
setopt promptpercent transientrprompt
setopt cbases functionargzero multios pipefail