Added comment for zsh
ignored zsh-git-prompt
This commit is contained in:
parent
6260ad3ecd
commit
bf657d3f8c
2 changed files with 2 additions and 0 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
zsh/zsh-git-prompt/
|
|
@ -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)'
|
||||||
|
|
Loading…
Reference in a new issue