diff --git a/git.scmbrc.example b/git.scmbrc.example index c9cfdc9..0f1908d 100644 --- a/git.scmbrc.example +++ b/git.scmbrc.example @@ -10,7 +10,7 @@ export gs_max_changes="99" export ga_auto_remove="yes" -# Git Repo Management Config +# Git Index Config # -------------------------- # Repos will be automatically added from this directory. export GIT_REPO_DIR="$HOME/src" @@ -19,7 +19,7 @@ export GIT_REPO_DIR="$HOME/src" export GIT_REPOS="" export git_status_command="git_status_shortcuts" # Alias -git_repo_alias="s" # The 's' could stand for 'switch' or 'sourcecode'.. +git_index_alias="s" # The 's' stands for 'switch' or 'sourcecode'... # Git Aliases diff --git a/scm_breeze.sh b/scm_breeze.sh index bdd58ae..dcc8710 100644 --- a/scm_breeze.sh +++ b/scm_breeze.sh @@ -14,7 +14,7 @@ if [[ -s "$HOME/.git.scmbrc" ]]; then . "$scmbDir/lib/_shared.sh" . "$scmbDir/lib/git/aliases_and_bindings.sh" . "$scmbDir/lib/git/status_shortcuts.sh" - . "$scmbDir/lib/git/repo_management.sh" + . "$scmbDir/lib/git/repo_index.sh" . "$scmbDir/lib/git/tools.sh" if ! type ruby > /dev/null 2>&1; then