diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7a8f9b3 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +zsh/zsh-git-prompt/ diff --git a/zsh/zshrc b/zsh/zshrc index d26e957..17cbd29 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -58,5 +58,6 @@ fi # Messing with the prompt 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 RPS1='$(git_super_status)'