Skip to content

Commit

Permalink
put dot files in ~/repos
Browse files Browse the repository at this point in the history
  • Loading branch information
mrterry committed Oct 31, 2013
1 parent b450bfc commit 3c5062b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bash/bashrc
Expand Up @@ -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\$ '

0 comments on commit 3c5062b

Please sign in to comment.