fix sourcing personal file

This commit is contained in:
JesseBot 2022-12-19 20:08:37 +01:00
parent 82810c3e99
commit 94ba91df77
No known key found for this signature in database
GPG key ID: C01D207CE04D55D9

View file

@ -48,7 +48,7 @@ export GPG_TTY=$(tty)
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
# include external rc files in ~/.config/bash/personal if they exist
personal_rc_file="$XDG_CONFIG_HOME/bash/personal/$bash_file"
personal_rc_file="$XDG_CONFIG_HOME/bash/personal/bashrc"
if [ -f $personal_rc_file ]; then
. $personal_rc_file
fi