summaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
Diffstat (limited to '.profile')
-rw-r--r--.profile4
1 files changed, 4 insertions, 0 deletions
diff --git a/.profile b/.profile
index 36a3ec5..4bf1916 100644
--- a/.profile
+++ b/.profile
@@ -9,6 +9,10 @@
umask 022
# set PATH so it includes user's private bin if it exists
+if [ -d "$HOME/bin" ]; then
+ export PATH="$HOME/bin:$PATH"
+fi
+
if [ -d "$HOME/.prefix/bin" ]; then
export PATH="$HOME/.prefix/bin:$PATH"
fi