updated zshrc
This commit is contained in:
parent
c8d692f7c1
commit
f46466ccb8
1 changed files with 2 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue