1
0
Fork 0

bashrc: source /etc/bashrc if it exists

This commit is contained in:
Pratham Patel 2024-04-27 19:46:17 +05:30
parent 16f7a30d1b
commit df22eec211
Signed by: thefossguy
SSH Key Fingerprint: SHA256:HwRBy9H1FYXWcv/Qi1WY3kmcVtGz2ydZuPJgD4pkusY
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
# only run in an interactive shell
[[ $- == *i* ]] || return
[[ -f /etc/bashrc ]] && source /etc/bashrc
unalias -a
shopt -s checkjobs