Signed-off-by: Michael Grote <michael.grote@dataport.de>
This commit is contained in:
parent
77fe5035d7
commit
250ca13c21
1 changed files with 4 additions and 4 deletions
|
@ -4,13 +4,13 @@
|
||||||
unalias ll 2>/dev/null
|
unalias ll 2>/dev/null
|
||||||
|
|
||||||
# source extra files
|
# source extra files
|
||||||
source "/home/mg/dotfiles/.bash_aliases"
|
source "/home/.autofs/lunixpf001/home-linux/grotemi-admin/repos/dotfiles/.bash_aliases"
|
||||||
source "/home/mg/dotfiles/.bash_functions"
|
source "/home/.autofs/lunixpf001/home-linux/grotemi-admin/repos/dotfiles/.bash_functions"
|
||||||
source "/home/mg/dotfiles/.bash_ps1"
|
source "/home/.autofs/lunixpf001/home-linux/grotemi-admin/repos/dotfiles/.bash_ps1"
|
||||||
|
|
||||||
### PATH
|
### PATH
|
||||||
# add my scripts to PATH
|
# add my scripts to PATH
|
||||||
PATH=$PATH:"/home/mg/dotfiles/scripts"
|
PATH=$PATH:"/home/.autofs/lunixpf001/home-linux/grotemi-admin/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