all repos — nixfiles @ b9575ac8de66afd3a74665751760fa2edbda6061

System and user configuration, managed by nix and home-manager

Move dotfiles under ~/projects

Alan Pearce
commit

b9575ac8de66afd3a74665751760fa2edbda6061

parent

d78b4c91e6985006094ad090f69bbc7b7eaa5da8

1 file changed, 2 insertions(+), 2 deletions(-)

changed files
M zsh/zshrczsh/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 )