Add sample BASH_IT_REMOTE to bash_profile template

pull/694/head
Travis Swicegood 2016-03-25 18:06:03 -05:00
parent 1e826eefb4
commit 4cef46271d
1 changed files with 4 additions and 0 deletions

View File

@ -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'