adding spacemacs and updating config

This commit is contained in:
2018-02-16 13:53:59 +01:00
parent f1f3245ba1
commit dfa67ac910
6 changed files with 385 additions and 9 deletions

3
zshrc
View File

@@ -2,7 +2,7 @@ export ZSH=$HOME/.zsh
fpath=( "$ZSH/zfunctions" $fpath )
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"
# [[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"
# rbenv
if which rbenv > /dev/null; then
@@ -20,6 +20,7 @@ compinit -i
# PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting
PATH=/usr/local/bin:/usr/local/sbin:$PATH # Added for more brew executables
# PATH=/opt/chefdk/bin:$PATH # Added for more brew executables
PATH=/usr/local/var/rbenv/shims:$PATH # Add ruby-gems
# Editor
export EDITOR=vim