mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
chore(completion): add support for custom site-functions directory
This commit is contained in:
6
zshrc
6
zshrc
@@ -149,3 +149,9 @@ unsetopt correctall
|
|||||||
if [ -f "$HOME/.zshrc.local" ]; then
|
if [ -f "$HOME/.zshrc.local" ]; then
|
||||||
source "$HOME/.zshrc.local"
|
source "$HOME/.zshrc.local"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ -d "$DOTZSH/site-functions" ]; then
|
||||||
|
fpath=("$DOTZSH/site-functions" $fpath)
|
||||||
|
fi
|
||||||
|
|
||||||
|
autoload -U +X bashcompinit && bashcompinit
|
||||||
|
|||||||
Reference in New Issue
Block a user