disable oh my zsh updates

This commit is contained in:
inigoortega 2020-04-18 13:14:55 +02:00
parent b80541eddb
commit a51c743fe9
1 changed files with 1 additions and 0 deletions

1
.zshrc
View File

@ -86,6 +86,7 @@ source $HOME/.profile
# source /usr/share/rosbash/roszsh
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE='fg=white'
DISABLE_AUTO_UPDATE=true
bindkey -v
precmd() { RPROMPT="" }