From 045ab5f2822fa0c70add99bf2d4fdfe5451c7a14 Mon Sep 17 00:00:00 2001 From: tzar Date: Wed, 21 May 2014 22:56:32 -0400 Subject: [PATCH] Added update to bashrc --- bashrc | 3 +++ 1 file changed, 3 insertions(+) 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