diff options
-rwxr-xr-x | zsh/environment.zsh | 2 | ||||
-rwxr-xr-x | zsh/interactive.zsh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/zsh/environment.zsh b/zsh/environment.zsh index 02cdb178..dffd11f6 100755 --- a/zsh/environment.zsh +++ b/zsh/environment.zsh @@ -16,7 +16,7 @@ fi export PATH -myfuncs=( ~alan/projects/dotfiles/zsh/functions/*(/) ) +myfuncs=( ~/projects/dotfiles/zsh/functions/*(/) ) fpath=( $myfuncs ~alan/projects/dotfiles/zsh/completion/ diff --git a/zsh/interactive.zsh b/zsh/interactive.zsh index d2a72e4e..f047f215 100755 --- a/zsh/interactive.zsh +++ b/zsh/interactive.zsh @@ -67,7 +67,7 @@ colors compinit -u -d .zsh/cache/compdump bashcompinit -zstyle :compinstall filename '/home/alan/.zshrc' +zstyle :compinstall filename '~/.zshrc' autoload -Uz _tmux_pane_words zle -C tmux-pane-words-prefix complete-word _generic |