Changed more words
This commit is contained in:
@@ -10,7 +10,7 @@ export gs_max_changes="99"
|
|||||||
export ga_auto_remove="yes"
|
export ga_auto_remove="yes"
|
||||||
|
|
||||||
|
|
||||||
# Git Repo Management Config
|
# Git Index Config
|
||||||
# --------------------------
|
# --------------------------
|
||||||
# Repos will be automatically added from this directory.
|
# Repos will be automatically added from this directory.
|
||||||
export GIT_REPO_DIR="$HOME/src"
|
export GIT_REPO_DIR="$HOME/src"
|
||||||
@@ -19,7 +19,7 @@ export GIT_REPO_DIR="$HOME/src"
|
|||||||
export GIT_REPOS=""
|
export GIT_REPOS=""
|
||||||
export git_status_command="git_status_shortcuts"
|
export git_status_command="git_status_shortcuts"
|
||||||
# Alias
|
# 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
|
# Git Aliases
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ if [[ -s "$HOME/.git.scmbrc" ]]; then
|
|||||||
. "$scmbDir/lib/_shared.sh"
|
. "$scmbDir/lib/_shared.sh"
|
||||||
. "$scmbDir/lib/git/aliases_and_bindings.sh"
|
. "$scmbDir/lib/git/aliases_and_bindings.sh"
|
||||||
. "$scmbDir/lib/git/status_shortcuts.sh"
|
. "$scmbDir/lib/git/status_shortcuts.sh"
|
||||||
. "$scmbDir/lib/git/repo_management.sh"
|
. "$scmbDir/lib/git/repo_index.sh"
|
||||||
. "$scmbDir/lib/git/tools.sh"
|
. "$scmbDir/lib/git/tools.sh"
|
||||||
|
|
||||||
if ! type ruby > /dev/null 2>&1; then
|
if ! type ruby > /dev/null 2>&1; then
|
||||||
|
|||||||
Reference in New Issue
Block a user