From 6c83679f456fc0bf0b5f0522dd2fd5309a401b3b Mon Sep 17 00:00:00 2001 From: rkiel Date: Wed, 8 Nov 2017 23:45:52 -0500 Subject: [PATCH] installer: install --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install b/install index 598d566..4d1beb1 100755 --- a/install +++ b/install @@ -9,5 +9,5 @@ echo 'source ~/GitHub/rkiel/git-utilities/dotfiles/git-prompt.sh' >> ~/.bash_pro echo "export FEATURE_USER=$1" >> ~/.bash_profile -echo 'source ~/GitHub/rkiel/git-utilities/dotfiles/bashrc' >> .bashrc +echo 'source ~/GitHub/rkiel/git-utilities/dotfiles/bashrc' >> ~/.bashrc