From 172e7065caaf841df2d59b16c3d02a681a0d97a0 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sun, 30 Aug 2015 13:25:57 -0700 Subject: [PATCH] Remove /bin/ startup to path --- dotfiles/lib/shellenv.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/dotfiles/lib/shellenv.sh b/dotfiles/lib/shellenv.sh index 147a6263..96c69bc5 100644 --- a/dotfiles/lib/shellenv.sh +++ b/dotfiles/lib/shellenv.sh @@ -8,7 +8,6 @@ function _source_shellenv_files { } function _setup_env { - PATH="/bin/" _path_helper idem_add_to_back_of_path "$HOME/.local/lib/python2.6/site-packages" idem_add_to_back_of_path "$HOME/.rvm/bin"