diff options
author | Alan Pearce | 2013-10-07 08:16:53 +0100 |
---|---|---|
committer | Alan Pearce | 2013-10-07 08:16:53 +0100 |
commit | b9575ac8de66afd3a74665751760fa2edbda6061 (patch) | |
tree | 13ea584b0152ddb68fa7b193dc59afdab7cfe42e /zsh/zshrc | |
parent | d78b4c91e6985006094ad090f69bbc7b7eaa5da8 (diff) | |
download | nixfiles-b9575ac8de66afd3a74665751760fa2edbda6061.tar.lz nixfiles-b9575ac8de66afd3a74665751760fa2edbda6061.tar.zst nixfiles-b9575ac8de66afd3a74665751760fa2edbda6061.zip |
Move dotfiles under ~/projects
Diffstat (limited to 'zsh/zshrc')
-rwxr-xr-x | zsh/zshrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/zsh/zshrc b/zsh/zshrc index bc336e56..672ed7ce 100755 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -24,10 +24,10 @@ then mkdir -p ~/.zsh/cache fi -myfuncs=( ~alan/dotfiles/zsh/functions/*(/) ) +myfuncs=( ~alan/projects/dotfiles/zsh/functions/*(/) ) fpath=( $myfuncs - ~alan/dotfiles/zsh/completion/ + ~alan/projects/dotfiles/zsh/completion/ $fpath ) |