mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-24 04:29:25 +02:00
Fixed typing error
This commit is contained in:
parent
0d8e9422a0
commit
171c19d19e
1 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,7 @@ prompt_git() {
|
|||
fi
|
||||
}
|
||||
|
||||
prompt_hg()
|
||||
prompt_hg() {
|
||||
if ! type hg &> /dev/null; then
|
||||
return
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue