about summary refs log tree commit diff
path: root/.config/zsh/.zshrc
diff options
context:
space:
mode:
authorStarfall <us@starfall.systems>2023-11-03 14:15:50 -0500
committerStarfall <us@starfall.systems>2023-11-03 14:15:50 -0500
commita06519b240f9bb9517c24217005094df3434d60c (patch)
treef358d82e5c369eac870eb0d17d6da8b06725ce25 /.config/zsh/.zshrc
parent5fe0a64d37f368671c8d91d5204e940903e4c755 (diff)
zsh: squash manydots-magic into one local file instead of submodule
Diffstat (limited to '.config/zsh/.zshrc')
-rw-r--r--.config/zsh/.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc
index 6faedc1..9aed5dc 100644
--- a/.config/zsh/.zshrc
+++ b/.config/zsh/.zshrc
@@ -36,7 +36,7 @@ autoload -Uz url-quote-magic
 zle -N self-insert url-quote-magic
 
 # plugins - magic dots (must come after url-quote-magic)
-fpath=($ZDOTDIR/zsh-manydots-magic $fpath)
+fpath=($ZDOTDIR/plugins $fpath)
 autoload -Uz manydots-magic
 manydots-magic