Add git_prompt_string.

This commit is contained in:
dabruh 2022-05-29 15:52:04 +02:00
parent 05bcd892ed
commit 130373db63
1 changed files with 1 additions and 0 deletions

View File

@ -145,5 +145,6 @@ bindkey "$terminfo[kcud1]" history-substring-search-down
bindkey '^[[A' history-substring-search-up
bindkey '^[[B' history-substring-search-down
RPROMPT='$(git_prompt_string)'
[ -f "$ZDOTDIR/completion" ] && . "$ZDOTDIR/completion" # Additional ZSH completion
[ -f "${XDG_CONFIG_HOME:-$HOME/.config}/shell/aliasrc" ] && . "${XDG_CONFIG_HOME:-$HOME/.config}/shell/aliasrc"