diff --git a/zsh/zshrc b/zsh/zshrc index 17cbd29..f31930d 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -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)'