Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Ohmyzsh
Commits
150a3c9c
Commit
150a3c9c
authored
Sep 24, 2018
by
Marten Seemann
Committed by
Marc Cornellà
Sep 24, 2018
Browse files
agnoster: respect git config oh-my-zsh.hide-status (#6362)
parent
096ef3e6
Changes
1
Show whitespace changes
Inline
Side-by-side
themes/agnoster.zsh-theme
View file @
150a3c9c
...
@@ -96,6 +96,9 @@ prompt_context() {
...
@@ -96,6 +96,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 2>/dev/null
)
"
=
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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment