mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-22 04:51:12 +02:00
make git config oh-my-zsh.hide-status work with the agnoster theme
This commit is contained in:
parent
accdcb2f1c
commit
83f70a2079
1 changed files with 3 additions and 0 deletions
|
|
@ -87,6 +87,9 @@ prompt_context() {
|
||||||
# Git: branch/detached head, dirty status
|
# Git: branch/detached head, dirty status
|
||||||
prompt_git() {
|
prompt_git() {
|
||||||
(( $+commands[git] )) || return
|
(( $+commands[git] )) || return
|
||||||
|
if [[ "$(git config --get oh-my-zsh.hide-status)" == "1" ]]; then
|
||||||
|
return
|
||||||
|
fi
|
||||||
local PL_BRANCH_CHAR
|
local PL_BRANCH_CHAR
|
||||||
() {
|
() {
|
||||||
local LC_ALL="" LC_CTYPE="en_US.UTF-8"
|
local LC_ALL="" LC_CTYPE="en_US.UTF-8"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue