diff --git a/bashrc b/bashrc index d2078a5..ebd1273 100644 --- a/bashrc +++ b/bashrc @@ -98,3 +98,6 @@ extract () { if [[ -f ~/.customrc ]]; then . ~/.customrc fi +if [[ -f ~/.update ]]; then + . ~/.customrc +fi