do not export an oh-my-zsh variable
This commit is contained in:
parent
e67ba0e0b8
commit
4b953c549e
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ export ZSH="${HOME}/.oh-my-zsh"
|
||||||
|
|
||||||
ZSH_THEME="candy"
|
ZSH_THEME="candy"
|
||||||
HYPHEN_INSENSITIVE="true"
|
HYPHEN_INSENSITIVE="true"
|
||||||
export UPDATE_ZSH_DAYS=7
|
UPDATE_ZSH_DAYS=7
|
||||||
DISABLE_UPDATE_PROMPT="true"
|
DISABLE_UPDATE_PROMPT="true"
|
||||||
HIST_STAMPS="mm/dd/yyyy"
|
HIST_STAMPS="mm/dd/yyyy"
|
||||||
plugins=(
|
plugins=(
|
||||||
|
|
Loading…
Reference in a new issue