Skip to content

Commit

Permalink
Simplify path stuff, still not quite correct in tmux though
Browse files Browse the repository at this point in the history
  • Loading branch information
r00k committed Mar 30, 2016
1 parent 07093a3 commit 6daf59f
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions zshrc
Expand Up @@ -19,9 +19,6 @@ compinit
stty start undef
stty stop undef

# RVM
[[ -s "/Users/ben/.rvm/scripts/rvm" ]] && source "/Users/ben/.rvm/scripts/rvm"

# Sourcing of other files
source $HOME/.dotfiles/zsh/aliases
source $HOME/.dotfiles/zsh/functions
Expand All @@ -32,7 +29,7 @@ source $HOME/.dotfiles/zsh/z
export PATH=$PATH:~/.cabal/bin

# Add current directory bin
export PATH=bin:$PATH
export PATH=$PATH:bin

# More junk
export PATH=$PATH:~/bin:/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin:/usr/local/git/bin:/usr/bin:/bin:/usr/sbin:/sbin:$HOME/.rvm/bin
# RVM
[[ -s "/Users/ben/.rvm/scripts/rvm" ]] && source "/Users/ben/.rvm/scripts/rvm"

0 comments on commit 6daf59f

Please sign in to comment.