From b9575ac8de66afd3a74665751760fa2edbda6061 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 7 Oct 2013 08:16:53 +0100 Subject: Move dotfiles under ~/projects --- zsh/zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'zsh') 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 ) -- cgit 1.4.1