From 8f71b48529f8558e4c0244ac215fc20e1a9775e9 Mon Sep 17 00:00:00 2001 From: Alex Kelly Date: Wed, 3 Jun 2015 09:39:30 -0400 Subject: [PATCH] Fixed hardcoded zsh-git-prompt source line --- zsh/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)'