Added update to bashrc

This commit is contained in:
tzar 2014-05-21 22:56:32 -04:00
parent 895ef9f447
commit 045ab5f282

3
bashrc
View file

@ -98,3 +98,6 @@ extract () {
if [[ -f ~/.customrc ]]; then
. ~/.customrc
fi
if [[ -f ~/.update ]]; then
. ~/.customrc
fi