Update bashrc to source new scripts
This commit is contained in:
parent
75ceff32a7
commit
918d2de890
@ -21,7 +21,7 @@ fi
|
|||||||
|
|
||||||
# Finally we can source the dotfiles (order matters)
|
# 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"
|
[ -f "$DOTFILE" ] && . "$DOTFILE"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user