diff --git a/.bashrc b/.bashrc index 9fe3892..e5fd0bd 100644 --- a/.bashrc +++ b/.bashrc @@ -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