Add sample BASH_IT_REMOTE to bash_profile template
parent
1e826eefb4
commit
4cef46271d
|
|
@ -7,6 +7,10 @@ export BASH_IT="{{BASH_IT}}"
|
||||||
# location /.bash_it/themes/
|
# location /.bash_it/themes/
|
||||||
export BASH_IT_THEME='bobby'
|
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.
|
# Your place for hosting Git repos. I use this for private repos.
|
||||||
export GIT_HOSTING='git@git.domain.com'
|
export GIT_HOSTING='git@git.domain.com'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue