summary refs log tree commit diff stats
path: root/zsh
diff options
context:
space:
mode:
authorAlan Pearce2014-04-02 09:09:52 +0100
committerAlan Pearce2014-04-02 09:09:52 +0100
commitbb173ad85c097327de13517d84eb142b053443cf (patch)
treee436516696224affa36d374dd719311cc4203c94 /zsh
parent4f58f906a49721af4b5e834db1f6ba5b4db2839a (diff)
downloaddotfiles-bb173ad85c097327de13517d84eb142b053443cf.tar.lz
dotfiles-bb173ad85c097327de13517d84eb142b053443cf.tar.zst
dotfiles-bb173ad85c097327de13517d84eb142b053443cf.zip
Zsh: remove hardcoded references to user alan
Diffstat (limited to 'zsh')
-rwxr-xr-xzsh/environment.zsh2
-rwxr-xr-xzsh/interactive.zsh2
2 files changed, 2 insertions, 2 deletions
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