mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
fix spelling of _git_promt__git_dir
This commit is contained in:
parent
e2955b4901
commit
b5179f6c49
2 changed files with 6 additions and 6 deletions
|
|
@ -57,7 +57,7 @@ local __GIT_PROMPT_INFO=''
|
|||
# will set __GIT_PROMPT_INFO
|
||||
update__GIT_PROMPT_INFO ()
|
||||
{
|
||||
local g="$(_git_promt__git_dir)"
|
||||
local g="$(_git_prompt__git_dir)"
|
||||
if [ -z "$g" ]; then
|
||||
__GIT_PROMPT_INFO=''
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue