mirror of
https://github.com/kastdeur/dotfiles.git
synced 2025-05-14 20:09:26 +02:00
Jobs in ps1, renamed bashrc to bash/rc
This commit is contained in:
parent
da8ef4041a
commit
8fc77963e6
6 changed files with 32 additions and 7 deletions
|
@ -30,7 +30,7 @@ then
|
|||
fi
|
||||
|
||||
# Source Bashrc if BASH
|
||||
if [ "$BASH" ] && [ -f $DOTFILES/bash/bashrc ]
|
||||
if [ "$BASH" ] && [ -f $DOTFILES/bash/rc ]
|
||||
then
|
||||
source $DOTFILES/bash/bashrc
|
||||
source $DOTFILES/bash/rc
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue