diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index ea00008..c3c38b5 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -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"