From f46466ccb84fdf4e3c416d87ec649f251d3658dc Mon Sep 17 00:00:00 2001 From: Nikolas Weger Date: Wed, 19 Jul 2017 18:22:14 +0200 Subject: [PATCH] updated zshrc --- zsh/zshrc | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) 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