Added comment for zsh

ignored zsh-git-prompt
This commit is contained in:
Alex Kelly 2014-10-25 22:41:59 -04:00
parent 6260ad3ecd
commit bf657d3f8c
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
zsh/zsh-git-prompt/

View file

@ -58,5 +58,6 @@ fi
# Messing with the prompt # Messing with the prompt
autoload -U promptinit autoload -U promptinit
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 /home/kellya/dotfiles/zsh/zsh-git-prompt/zshrc.sh
RPS1='$(git_super_status)' RPS1='$(git_super_status)'