summary refs log tree commit diff stats
path: root/zsh
diff options
context:
space:
mode:
authorAlan Pearce2013-10-07 08:16:53 +0100
committerAlan Pearce2013-10-07 08:16:53 +0100
commitb9575ac8de66afd3a74665751760fa2edbda6061 (patch)
tree13ea584b0152ddb68fa7b193dc59afdab7cfe42e /zsh
parentd78b4c91e6985006094ad090f69bbc7b7eaa5da8 (diff)
downloaddotfiles-b9575ac8de66afd3a74665751760fa2edbda6061.tar.lz
dotfiles-b9575ac8de66afd3a74665751760fa2edbda6061.tar.zst
dotfiles-b9575ac8de66afd3a74665751760fa2edbda6061.zip
Move dotfiles under ~/projects
Diffstat (limited to 'zsh')
-rwxr-xr-xzsh/zshrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/zsh/zshrc b/zsh/zshrc
index bc336e5..672ed7c 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
 )