From bb173ad85c097327de13517d84eb142b053443cf Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 2 Apr 2014 09:09:52 +0100 Subject: Zsh: remove hardcoded references to user alan --- zsh/environment.zsh | 2 +- zsh/interactive.zsh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'zsh') diff --git a/zsh/environment.zsh b/zsh/environment.zsh index 02cdb17..dffd11f 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 d2a72e4..f047f21 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 -- cgit 1.4.1