diff --git a/.bash_extra b/.bash_extra index 02ffa93..02acc38 100644 --- a/.bash_extra +++ b/.bash_extra @@ -8,7 +8,7 @@ source "${BASH_SOURCE%/*}/.bash_ps1" ### PATH # add my scripts to PATH -PATH=$PATH:/home/mg/dotfiles/scripts +PATH=$PATH:"${BASH_SOURCE%/*}/scripts" ### tmux auto attach # Check if the user ID is not 0 (root)