mirror of
https://github.com/kastdeur/dotfiles.git
synced 2025-06-01 20:09:13 +02:00
[bash] rename bash/rc and bash/bash.d
This commit is contained in:
parent
f67517fdec
commit
6b0d6af2f8
10 changed files with 8 additions and 6 deletions
|
@ -40,7 +40,9 @@ then
|
|||
fi
|
||||
|
||||
# if this is BASH source BASHRC
|
||||
if [ "$BASH" ] && [ -f $DOTFILES/bash/rc ]
|
||||
DOTBASHRC="$DOTFILES/bash/bashrc"
|
||||
if [ "$BASH" ] && [ -r "$DOTBASHRC" ]
|
||||
then
|
||||
source $DOTFILES/bash/rc
|
||||
source "$DOTBASHRC"
|
||||
fi
|
||||
unset DOTBASHRC
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue