added zulu and changed some stuff
This commit is contained in:
parent
a461be3289
commit
dea9ae6adf
19 changed files with 22 additions and 15 deletions
10
zsh/zshrc
10
zsh/zshrc
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue