From 4cef46271dd1fec8763900a2a6fa4aa8946443d1 Mon Sep 17 00:00:00 2001 From: Travis Swicegood Date: Fri, 25 Mar 2016 18:06:03 -0500 Subject: [PATCH] Add sample BASH_IT_REMOTE to bash_profile template --- template/bash_profile.template.bash | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/template/bash_profile.template.bash b/template/bash_profile.template.bash index 94e04209..03c4d86c 100755 --- a/template/bash_profile.template.bash +++ b/template/bash_profile.template.bash @@ -7,6 +7,10 @@ export BASH_IT="{{BASH_IT}}" # location /.bash_it/themes/ export BASH_IT_THEME='bobby' +# (Advanced): Change this to the name of your remote repo if you +# cloned bash-it with a remote other than origin such as `bash-it`. +# export BASH_IT_REMOTE='bash-it' + # Your place for hosting Git repos. I use this for private repos. export GIT_HOSTING='git@git.domain.com'