Fix minor issues and duplicates shell env PATH setup

This commit is contained in:
2013-11-17 11:00:47 +00:00
parent f437efa4be
commit b76a252380
3 changed files with 6 additions and 8 deletions

View File

@@ -29,8 +29,8 @@ path_prepend "$HOME/bin"
path_prepend "$DOTBIN"
# Relative Paths - must be first in PATH
path_prepend "./node_modules/.bin" # Node.js
path_prepend "./vendor/bundle/bin" # Ruby Bundler
path_append "./node_modules/.bin" # Node.js
path_append "./vendor/bundle/bin" # Ruby Bundler
# Ensure TMPDIR is the same for local and remote ssh logins
if [[ $TMPDIR == "/var/folders/"* ]] || [[ $TMPDIR == "" ]]; then