Skip to content

Commit

Permalink
fix path to bash-git-prompt in .bashrc
Browse files Browse the repository at this point in the history
  • Loading branch information
gmas committed May 27, 2014
1 parent dfaf7dd commit 0e17786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bash/.bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export EDITOR='vim'
export GIT_EDITOR='vim'
BUNDLER_EDITOR='vim'

source ~/dotfiles/.bash-git-prompt/gitprompt.sh
source ~/.bash-git-prompt/gitprompt.sh

[ -s "/home/gmas/.nvm/nvm.sh" ] && . "/home/gmas/.nvm/nvm.sh" # This loads nvm
eval $(ssh-agent)

0 comments on commit 0e17786

Please sign in to comment.