Zsh: remove hardcoded references to user alan
Alan Pearce alan@alanpearce.co.uk
Wed, 02 Apr 2014 09:09:52 +0100
2 files changed, 2 insertions(+), 2 deletions(-)
M zsh/environment.zsh → 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/
M zsh/interactive.zsh → 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