diff options
Diffstat (limited to '.config/zsh/.zshrc')
-rw-r--r-- | .config/zsh/.zshrc | 2 |
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 |