mirror of
https://github.com/jessebot/dot_files.git
synced 2025-10-01 01:48:43 +00:00
fix sourcing personal file
This commit is contained in:
parent
82810c3e99
commit
94ba91df77
1 changed files with 1 additions and 1 deletions
2
.bashrc
2
.bashrc
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue