aboutsummaryrefslogtreecommitdiff
path: root/zsh/zshrc.d/keep.zsh
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-04-25 19:34:14 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-04-25 19:34:14 +1200
commit0d1a44c4b4a8a3a8d25a6d3a433dfcd4f408e9f3 (patch)
tree5ab01f553a43bfe353d491614650a0b6d9682c1a /zsh/zshrc.d/keep.zsh
parentMerge branch 'release/v8.19.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-0d1a44c4b4a8a3a8d25a6d3a433dfcd4f408e9f3.tar.gz
dotfiles-0d1a44c4b4a8a3a8d25a6d3a433dfcd4f408e9f3.zip
Merge branch 'release/v8.20.0'v8.20.0
* release/v8.20.0: Revert "Remove Vim :helptags generation" Remove Vim :helptags generation Include XDG_{CONFIG,DATA}_DIRS handling in Vim Roll out the beginnings of XDG support for Vim Remove thesaurus install target Correct built paths for Vim cache dirs Use explicitly nullglob Zsh patterns
Diffstat (limited to 'zsh/zshrc.d/keep.zsh')
-rw-r--r--zsh/zshrc.d/keep.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/zshrc.d/keep.zsh b/zsh/zshrc.d/keep.zsh
index ddcb96e2..8a2b9449 100644
--- a/zsh/zshrc.d/keep.zsh
+++ b/zsh/zshrc.d/keep.zsh
@@ -141,7 +141,7 @@ EOF
}
# Load any existing scripts in zshkeep
-for zshkeep in "${XDG_DATA_HOME:-"$HOME"/.local/share}"/zshkeep/*.zsh ; do
+for zshkeep in "${XDG_DATA_HOME:-"$HOME"/.local/share}"/zshkeep/*.zsh(N) ; do
[[ -e $zshkeep ]] || continue
source "$zshkeep"
done