From 33b19ecbe610f6548ad891c66093d38825365128 Mon Sep 17 00:00:00 2001 From: Amarpreet Minhas Date: Fri, 30 May 2014 14:42:34 -0400 Subject: [PATCH] Fixed a typo --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc b/bashrc index ebd1273..8b8e225 100644 --- a/bashrc +++ b/bashrc @@ -99,5 +99,5 @@ if [[ -f ~/.customrc ]]; then . ~/.customrc fi if [[ -f ~/.update ]]; then - . ~/.customrc + . ~/.update fi