This commit is contained in:
parent
0be471d452
commit
439c929809
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ source "${BASH_SOURCE%/*}/.bash_ps1"
|
||||||
|
|
||||||
### PATH
|
### PATH
|
||||||
# add my scripts to PATH
|
# add my scripts to PATH
|
||||||
PATH=$PATH:/home/mg/dotfiles/scripts
|
PATH=$PATH:"${BASH_SOURCE%/*}/scripts"
|
||||||
|
|
||||||
### 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