update vim, plug

This commit is contained in:
Haak Saxberg 2017-07-28 01:04:53 -07:00
parent d8b94beba4
commit ab96ecb650
7 changed files with 2849 additions and 145 deletions

View file

@ -1,3 +1,6 @@
# Colors in grep
export GREP_COLOR='3;33'
# venv
export VENVS_DIR=$HOME/.virtualenvs

View file

@ -12,8 +12,10 @@ antigen bundle rupa/z
antigen bundle git
# OSX specific
antigen bundle brew
antigen bundle brew-cask
if [[ "$(uname -s)" = "Darwin" ]]; then
antigen bundle brew
antigen bundle brew-cask
fi
antigen theme bureau
@ -34,15 +36,11 @@ bindkey '^Z' fancy-ctrl-z
eval "$(direnv hook zsh)"
# load RVM if it exists
[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm"
export PATH="$PATH:$HOME/.rvm/bin" # Add RVM to PATH for scripting
export NVM_DIR="/home/haak/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" # This loads nvm
autoload bashcompinit
export PATH="$HOME/.linuxbrew/bin:$PATH"
bashcompinit
. $HOME/.asdf/asdf.sh
. $HOME/.asdf/completions/asdf.bash