From 439c9298095e3b03685c1e376446fdd5eccadd29 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Mon, 6 May 2024 23:09:35 +0200 Subject: [PATCH] bash: fix PATH --- .bash_extra | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)