Remove local bashrc function. If this functionality is needed, put an untracked script into ~/.bashrc.d/ instead.
This commit is contained in:
parent
30c53ca722
commit
12ef20f681
6
.bashrc
6
.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
|
||||
|
|
Loading…
Reference in New Issue