mirror of
https://gitlab.com/linuxstuff/dotfiles.git
synced 2026-08-18 14:19:29 +02:00
7 lines
199 B
Bash
Executable File
7 lines
199 B
Bash
Executable File
source "${0:A:h}/git-prompt.sh"
|
|
|
|
function git_prompt_info() {
|
|
dirty="$(parse_git_dirty)"
|
|
__git_ps1 "${ZSH_THEME_GIT_PROMPT_PREFIX//\%/%%}%s${dirty//\%/%%}${ZSH_THEME_GIT_PROMPT_SUFFIX//\%/%%}"
|
|
}
|