From bf657d3f8c3c53adb8a17dd6ce19391bbee297d0 Mon Sep 17 00:00:00 2001 From: Alex Kelly Date: Sat, 25 Oct 2014 22:41:59 -0400 Subject: [PATCH] Added comment for zsh ignored zsh-git-prompt --- .gitignore | 1 + zsh/zshrc | 1 + 2 files changed, 2 insertions(+) create mode 100644 .gitignore 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)'