summaryrefslogtreecommitdiffstats
path: root/.profile
diff options
context:
space:
mode:
authorivarlovlie <git@ivarlovlie.no>2022-02-01 19:25:41 +0100
committerivarlovlie <git@ivarlovlie.no>2022-02-01 19:25:41 +0100
commit69a416caa2bce3dc4a3aff61fb8ae955f7561e51 (patch)
tree7f80e7f3143872c2e0a8867399abfcd35c9d5dbc /.profile
parentfdee7340ac18b0866abf0c44643f4c937fc4cf80 (diff)
downloaddotfiles-server-69a416caa2bce3dc4a3aff61fb8ae955f7561e51.tar.xz
dotfiles-server-69a416caa2bce3dc4a3aff61fb8ae955f7561e51.zip
Reorganise scripts
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