diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2022-02-01 19:25:41 +0100 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2022-02-01 19:25:41 +0100 |
| commit | 69a416caa2bce3dc4a3aff61fb8ae955f7561e51 (patch) | |
| tree | 7f80e7f3143872c2e0a8867399abfcd35c9d5dbc /.profile | |
| parent | fdee7340ac18b0866abf0c44643f4c937fc4cf80 (diff) | |
| download | dotfiles-server-69a416caa2bce3dc4a3aff61fb8ae955f7561e51.tar.xz dotfiles-server-69a416caa2bce3dc4a3aff61fb8ae955f7561e51.zip | |
Reorganise scripts
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 |
