Remove local bashrc function. If this functionality is needed, put an untracked script into ~/.bashrc.d/ instead.

This commit is contained in:
David Thurstenson 2019-05-17 16:25:35 -05:00
parent 30c53ca722
commit 12ef20f681
1 changed files with 0 additions and 6 deletions

View File

@ -37,9 +37,3 @@ fi
# This way all my useful little utilities are easier to reference and fix
# shellcheck source=/dev/null
for f in ~/.bashrc.d/*.sh; do source "$f"; done
# Source a local bashrc if it exists. This gives the ability to insert untracked
# modifications to this .bashrc
# shellcheck source=/dev/null
[[ -s ~/.local.bashrc ]] && source ~/.local.bashrc