diff --git a/zsh/zshrc b/zsh/zshrc index de3fa01..89dcf1b 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -1,11 +1,6 @@ # Exports & Completionpath -export DOT=${HOME}/dotfiles -export OWN=${DOT}/zsh -export LIB=${DOT}/lib -export OMZ=${LIB}/ohmyzsh -export ZSH=${OMZ} -export ZUL=${LIB}/zulu ZULU_DIR=${ZUL} -export ZUC=${ZUL}/config ZULU_CONFIG_DIR=${ZUC} +export DOT=${HOME}/dotfiles OWN=${DOT}/zsh LIB=${DOT}/lib OMZ=${LIB}/ohmyzsh ZSH=${OMZ} +export ZUL=${LIB}/zulu ZULU_DIR=${ZUL} ZUC=${ZUL}/config ZULU_CONFIG_DIR=${ZUC} export PATH="${HOME}/dotfiles/bin:/opt/android-sdk/build-tools/26.0.0/:${PATH}" export EDITOR='nano' export TERM=linux