diff options
Diffstat (limited to 'zsh/interactive.zsh')
-rwxr-xr-x | zsh/interactive.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |