Fixed a typo

This commit is contained in:
Amarpreet Minhas 2014-05-30 14:42:34 -04:00
parent 83db8c0303
commit 33b19ecbe6

2
bashrc
View file

@ -99,5 +99,5 @@ if [[ -f ~/.customrc ]]; then
. ~/.customrc
fi
if [[ -f ~/.update ]]; then
. ~/.customrc
. ~/.update
fi