mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
Various env var fixes, tweaks, and shell boot speed up
This commit is contained in:
@@ -29,10 +29,6 @@ path_prepend "$HOME/bin"
|
||||
# Add dotfiles' bin directory to PATH
|
||||
path_prepend "$DOTBIN"
|
||||
|
||||
# Relative Paths - must be first in PATH
|
||||
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
|
||||
export TMPDIR="/tmp/user-$USER"
|
||||
|
||||
Reference in New Issue
Block a user