Fix broken fpath.

This commit is contained in:
Bartek Stalewski 2024-08-13 12:20:43 +02:00
parent c98734a913
commit 0b7446cafa
No known key found for this signature in database

View file

@ -31,7 +31,7 @@ source $HOME/.local/git/zsh_modules/wd/wd.plugin.zsh
export WD_CONFIG=$XDG_CONFIG_HOME/wd_list
# set fpath
fpath=(~/.local/git/zsh_modules/wd "$fpath")
fpath=(~/.local/git/zsh_modules/wd $fpath)
# theme and colors
if [[ $(command -v vivid) ]]; then
@ -52,6 +52,7 @@ if [ ! -e $XDG_DATA_HOME/zsh/zcompdump.zwc ]; then
autoload -Uz zrecompile
zrecompile -p -R $XDG_DATA_HOME/zsh/zcompdump
fi
compinit -C -d $XDG_DATA_HOME/zsh/zcompdump
# quick note functionality
if [[ -f ~/.note ]]; then