From 3c5062b27e5ca60601f0394b797d8e4e5e74faf1 Mon Sep 17 00:00:00 2001 From: Matt Terry Date: Thu, 31 Oct 2013 09:11:27 -0700 Subject: [PATCH] put dot files in ~/repos --- bash/bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bash/bashrc b/bash/bashrc index d5a3d6d..e7e472b 100644 --- a/bash/bashrc +++ b/bash/bashrc @@ -14,6 +14,6 @@ if [ -n "${SYS_TYPE}" ] ; then fi fi -source $HOME/doc/dotfiles/bash/git-completion.bash -source $HOME/doc/dotfiles/bash/pip-completion.bash +source $HOME/repos/dotfiles/bash/git-completion.bash +source $HOME/repos/dotfiles/bash/pip-completion.bash PS1='\h:\W$(__git_ps1 "(%s)") \u\$ '