added zulu and changed some stuff

This commit is contained in:
Nikolas Weger 2017-07-19 17:48:48 +02:00
parent a461be3289
commit dea9ae6adf
19 changed files with 22 additions and 15 deletions

View file

@ -4,13 +4,17 @@ export OWN=${DOT}/zsh
export LIB=${DOT}/lib
export OMZ=${LIB}/ohmyzsh
export ZSH=${OMZ}
export ZUL=${DOT}/zulu
export ZUC=${ZUL}/config/zulu
export PATH="${HOME}/dotfiles/lib/bin:/opt/android-sdk/build-tools/26.0.0/:${PATH}"
export ZUL=${LIB}/zulu
export ZUC=${ZUL}/config
export PATH="${HOME}/dotfiles/bin:/opt/android-sdk/build-tools/26.0.0/:${PATH}"
export EDITOR='nano'
export TERM=linux
fpath=(${LIB}/completions/src $fpath)
# Fix MobaXterm Home/End key with ZSH
bindkey '^[[H' beginning-of-line
bindkey '^[[F' end-of-line
# Settings & Dircolors
ZSH_THEME="mortalscumbag"
DISABLE_AUTO_UPDATE="true"