|
@@ -5,6 +5,9 @@ export ZSH=$HOME/.oh-my-zsh
|
|
|
# Look in ~/.oh-my-zsh/themes/
|
|
|
export ZSH_THEME="robbyrussell"
|
|
|
|
|
|
+# Comment this out to disable weekly auto-update checks
|
|
|
+# export DISABLE_AUTO_UPDATE="false"
|
|
|
+
|
|
|
source $ZSH/oh-my-zsh.sh
|
|
|
|
|
|
# Customize to your needs...
|