adding spacemacs and updating config
This commit is contained in:
3
zshrc
3
zshrc
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user