changed more stuff
This commit is contained in:
parent
d05c048705
commit
b0fdcc4a04
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue