updated zshrc

This commit is contained in:
Nikolas Weger 2017-07-19 18:22:14 +02:00
parent c8d692f7c1
commit f46466ccb8

View file

@ -1,11 +1,6 @@
# Exports & Completionpath # Exports & Completionpath
export DOT=${HOME}/dotfiles export DOT=${HOME}/dotfiles OWN=${DOT}/zsh LIB=${DOT}/lib OMZ=${LIB}/ohmyzsh ZSH=${OMZ}
export OWN=${DOT}/zsh export ZUL=${LIB}/zulu ZULU_DIR=${ZUL} ZUC=${ZUL}/config ZULU_CONFIG_DIR=${ZUC}
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 PATH="${HOME}/dotfiles/bin:/opt/android-sdk/build-tools/26.0.0/:${PATH}" export PATH="${HOME}/dotfiles/bin:/opt/android-sdk/build-tools/26.0.0/:${PATH}"
export EDITOR='nano' export EDITOR='nano'
export TERM=linux export TERM=linux