changed more stuff

This commit is contained in:
Nikolas Weger 2015-11-11 10:11:57 +01:00
parent d05c048705
commit b0fdcc4a04

View file

@ -11,7 +11,7 @@ DISABLE_AUTO_UPDATE="true"
export GOPATH=${HOME}/go
# Path
export PATH="${GOPATH}/bin:${HOME}/.gem/ruby/2.2.0/bin:${HOME}/utils:${HOME}/bin:${PATH}"
export PATH="${GOPATH}/bin:${HOME}/.gem/ruby/2.2.0/bin:${HOME}/bin:${PATH}"
# Plugins
plugins=(gem bundler composer git vagrant docker python)
@ -31,7 +31,7 @@ export EDITOR='nano'
# Load Oh My ZSH
source ${ZSH}/oh-my-zsh.sh
# Fix home/end key
# Fix home/end key at work
bindkey "^[[1~" beginning-of-line
bindkey "^[[4~" end-of-line