fixed zulu error

This commit is contained in:
Nikolas Weger 2017-07-19 18:20:14 +02:00
parent 36e19e0942
commit c8d692f7c1

View file

@ -4,8 +4,8 @@ export OWN=${DOT}/zsh
export LIB=${DOT}/lib export LIB=${DOT}/lib
export OMZ=${LIB}/ohmyzsh export OMZ=${LIB}/ohmyzsh
export ZSH=${OMZ} export ZSH=${OMZ}
export ZUL=${LIB}/zulu export ZUL=${LIB}/zulu ZULU_DIR=${ZUL}
export ZUC=${ZUL}/config 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
@ -42,11 +42,11 @@ if [[ ! -e ${ZUC}/ZULU_INSTALLED ]]; then
fi fi
# Source the needed Parts # Source the needed Parts
source ${ZUL}/core/zulu # Zulu #source ${ZUL}/core/zulu # Zulu
source ${OMZ}/oh-my-zsh.sh # Oh My ZSH source ${OMZ}/oh-my-zsh.sh # Oh My ZSH
source ${LIB}/highlighting/zsh-syntax-highlighting.zsh # Syntax Highlighting source ${LIB}/highlighting/zsh-syntax-highlighting.zsh # Syntax Highlighting
source ${HOME}/.fzf.zsh # FZF source ${HOME}/.fzf.zsh # FZF
for file in ${OWN}/aliases.d/*.zsh; do source $file; done # Aliases for file in ${OWN}/aliases.d/*.zsh; do source $file; done # Aliases
# Init Zulu # Init Zulu
zulu init #zulu init