Fixed hardcoded zsh-git-prompt source line

This commit is contained in:
Alex Kelly 2015-06-03 09:39:30 -04:00
parent fe3ec65232
commit 8f71b48529

View file

@ -59,5 +59,5 @@ fi
autoload -U promptinit
promptinit
# Set the RPS1 to git status using the awesome zsh-git-prompt
source /home/kellya/dotfiles/zsh/zsh-git-prompt/zshrc.sh
source ~/dotfiles/zsh/zsh-git-prompt/zshrc.sh
RPS1='$(git_super_status)'