lib: Add BASH_IT_DEVELOPMENT_BRANCH variable

This commit is contained in:
Noah Gorny
2020-07-17 16:36:57 +03:00
parent ecf65569ce
commit 8e6876719b
2 changed files with 8 additions and 1 deletions

View File

@@ -18,6 +18,10 @@ export BASH_IT_THEME='bobby'
# cloned bash-it with a remote other than origin such as `bash-it`.
# export BASH_IT_REMOTE='bash-it'
# (Advanced): Change this to the name of the main development branch if
# you renamed it or if it was changed for some reason
# export BASH_IT_DEVELOPMENT_BRANCH='master'
# Your place for hosting Git repos. I use this for private repos.
export GIT_HOSTING='git@git.domain.com'