Fixed hardcoded zsh-git-prompt source line
This commit is contained in:
parent
fe3ec65232
commit
8f71b48529
1 changed files with 1 additions and 1 deletions
|
@ -59,5 +59,5 @@ fi
|
||||||
autoload -U promptinit
|
autoload -U promptinit
|
||||||
promptinit
|
promptinit
|
||||||
# Set the RPS1 to git status using the awesome zsh-git-prompt
|
# 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)'
|
RPS1='$(git_super_status)'
|
||||||
|
|
Loading…
Reference in a new issue