Signed-off-by: Michael Grote <michael.grote@dataport.de>
This commit is contained in:
Michael Grote 2024-06-04 13:49:39 +02:00
parent a5717bfdfc
commit 6e735b20a6

View file

@ -10,7 +10,7 @@ source "${HOME}/repos/dotfiles/.bash_ps1"
### PATH
# add my scripts to PATH
PATH=$PATH:"${HOME}/dotfiles/scripts"
PATH=$PATH:"${HOME}/repos/dotfiles/scripts"
## check interactive shell https://unix.stackexchange.com/questions/26676/how-to-check-if-a-shell-is-login-interactive-batch
if [[ $- == *i* ]] ; then