bash: fix PATH
All checks were successful
ci/woodpecker/push/lint Pipeline was successful

This commit is contained in:
Michael Grote 2024-05-06 23:09:35 +02:00
parent 0be471d452
commit 439c929809

View file

@ -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)