append new PATH

Signed-off-by: Michael Grote <michael.grote@posteo.de>
This commit is contained in:
Michael Grote 2024-12-23 09:43:55 +01:00
parent ed08e93600
commit f827807aac

View file

@ -10,7 +10,7 @@ source "${HOME}/dotfiles/.bash_ps1"
### PATH ### PATH
# add my scripts to PATH # add my scripts to PATH
PATH=$PATH:"${HOME}/dotfiles/scripts" PATH=$PATH:"${HOME}/dotfiles/scripts:${HOME}/.local/bin"
### tmux auto attach ### tmux auto attach
# Check if the user ID is not 0 (root) # Check if the user ID is not 0 (root)