From 69a416caa2bce3dc4a3aff61fb8ae955f7561e51 Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Tue, 1 Feb 2022 19:25:41 +0100 Subject: Reorganise scripts --- .profile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.profile') 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 -- cgit v1.3