fix path
Signed-off-by: Michael Grote <michael.grote@dataport.de>
This commit is contained in:
parent
a5717bfdfc
commit
6e735b20a6
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ source "${HOME}/repos/dotfiles/.bash_ps1"
|
||||||
|
|
||||||
### PATH
|
### PATH
|
||||||
# add my scripts to 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
|
## check interactive shell https://unix.stackexchange.com/questions/26676/how-to-check-if-a-shell-is-login-interactive-batch
|
||||||
if [[ $- == *i* ]] ; then
|
if [[ $- == *i* ]] ; then
|
||||||
|
|
Loading…
Reference in a new issue