Remove git from omz configuration
This commit is contained in:
parent
9375e417d5
commit
f04ecc43ac
2 changed files with 2 additions and 1 deletions
1
rc
1
rc
|
@ -33,6 +33,7 @@ function g
|
||||||
else
|
else
|
||||||
git status --short --branch
|
git status --short --branch
|
||||||
fi
|
fi
|
||||||
|
return $?
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
2
zshrc
2
zshrc
|
@ -45,7 +45,7 @@ function configure_omz #{{{
|
||||||
DISABLE_AUTO_UPDATE="true"
|
DISABLE_AUTO_UPDATE="true"
|
||||||
COMPLETION_WAITING_DOTS="true"
|
COMPLETION_WAITING_DOTS="true"
|
||||||
|
|
||||||
plugins=(autojump brew encode64 fasd git gnu-utils history osx python)
|
plugins=(autojump brew encode64 fasd gnu-utils history osx python)
|
||||||
|
|
||||||
source $ZSH/oh-my-zsh.sh
|
source $ZSH/oh-my-zsh.sh
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue