Update bashrc to source new scripts

This commit is contained in:
Alexander Hosking 2017-10-23 09:39:31 -04:00
parent 75ceff32a7
commit 918d2de890

View File

@ -21,7 +21,7 @@ fi
# Finally we can source the dotfiles (order matters)
for DOTFILE in "$DOTFILES_DIR"/system/.{function,env,alias,prompt}; do
for DOTFILE in "$DOTFILES_DIR"/system/.{function,env,alias,prompt,bruise,lyrical-git_mask}; do
[ -f "$DOTFILE" ] && . "$DOTFILE"
done