summaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2018-04-11 22:40:53 -0700
committerSean Whitton <spwhitton@spwhitton.name>2018-04-11 22:40:53 -0700
commite8d0f3d8377d18db783d37b728bb55570595d9c5 (patch)
tree172848a698d8b04ac29f0e1f80a0bd8ee3e893bf /.profile
parent3d7b01d1ebeb5a850b0f9472be2b7ac3e2bdb7cd (diff)
downloaddotfiles-e8d0f3d8377d18db783d37b728bb55570595d9c5.tar.gz
load .shenv in more places
Diffstat (limited to '.profile')
-rwxr-xr-x.profile14
1 files changed, 1 insertions, 13 deletions
diff --git a/.profile b/.profile
index 10fbc75e..5913eec7 100755
--- a/.profile
+++ b/.profile
@@ -1,13 +1 @@
-#umask 022
-
-# --- $PATH
-
-if [ -d "$HOME/bin" ] ; then
- PATH="$HOME/bin:$PATH"
- export PATH
-fi
-
-if [ -d "$HOME/local/bin" ] ; then
- PATH="$HOME/local/bin:$PATH"
- export PATH
-fi
+. $HOME/.shenv