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