From cf25673b74128ee7989f9a6b4a16b967d57b2a18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chlo=C3=A9=20Vulquin?= Date: Sat, 17 Jan 2026 16:36:33 +0100 Subject: zsh: fix nullglob in path initialization, dot-script getting hashed --- dot_config/zsh/zshenv | 1 + dot_config/zsh/zshrc | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/dot_config/zsh/zshenv b/dot_config/zsh/zshenv index c45b643..e38dde8 100644 --- a/dot_config/zsh/zshenv +++ b/dot_config/zsh/zshenv @@ -7,6 +7,7 @@ export EDITOR HISTFILE PAGER NOPATHHELPER=1 zstyle :grml:completion:compinit arguments -iC +setopt nullglob path=(~/bin ~/.local/share/sh ~/.local/*/bin /opt/*/bin {/usr,}{/local,}/{s,}bin) fpath[1,0]=("$ZDOTDIR"/functions) 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 -- cgit v1.2.3