diff options
Diffstat (limited to '.profile')
| -rw-r--r-- | .profile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |
