append new PATH
Signed-off-by: Michael Grote <michael.grote@posteo.de>
This commit is contained in:
parent
ed08e93600
commit
f827807aac
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue