diff --git a/site-modules/core/files/zshrc b/site-modules/core/files/zshrc index d2f7ba1..7948b6c 100644 --- a/site-modules/core/files/zshrc +++ b/site-modules/core/files/zshrc @@ -77,11 +77,6 @@ if [ -d $HOME/Code ]; then export PATH=$PATH:$GOPATH/bin fi -# -# Init oh-my-zsh -# -source $ZSH/oh-my-zsh.sh - export EDITOR="nvim" # @@ -125,6 +120,11 @@ export NVM_DIR="$HOME/.nvm" # https://github.com/sharkdp/bat#highlighting-theme export BAT_THEME="base16" +# +# Init oh-my-zsh +# +source $ZSH/oh-my-zsh.sh + export ANDROID_HOME=$HOME/Android/Sdk export PATH=$PATH:$ANDROID_HOME/emulator export PATH=$PATH:$ANDROID_HOME/tools