summaryrefslogtreecommitdiffstats
path: root/.profile
diff options
context:
space:
mode:
Diffstat (limited to '.profile')
-rw-r--r--.profile5
1 files changed, 3 insertions, 2 deletions
diff --git a/.profile b/.profile
index 0a8defc..db55de6 100644
--- a/.profile
+++ b/.profile
@@ -1,5 +1,5 @@
-if [ -d "$HOME/bin" ] ; then
- PATH="$HOME/bin:$PATH"
+if [ -d "$HOME/scripts/utils" ] ; then
+ PATH="$HOME/scripts/utils:$PATH"
fi
if [ "$BASH" ]; then
@@ -7,4 +7,5 @@ if [ "$BASH" ]; then
. ~/.bashrc
fi
fi
+
mesg n 2> /dev/null || true