diff --git a/git.scmbrc.example b/git.scmbrc.example index 875c630..4890bb1 100644 --- a/git.scmbrc.example +++ b/git.scmbrc.example @@ -1,6 +1,6 @@ # # Git File Shortcuts Config -# ------------------------------------------------------------------------------ +# ---------------------------------------------- # - Set your preferred prefix for env variable file shortcuts. # (I chose 'e' because it is easy to slide your finger to it from '$'.) export git_env_char="e" @@ -11,7 +11,7 @@ export ga_auto_remove="yes" # Git Index Config -# -------------------------- +# ---------------------------------------------- # Repos will be automatically added from this directory. export GIT_REPO_DIR="$HOME/code" # Add the full paths of any extra repos to GIT_REPOS, separated with ':' @@ -23,7 +23,7 @@ git_index_alias="c" # Switch to a repo in the (c)ode directory # Git Aliases -# ------------------------------------------------------------------------------------ +# ---------------------------------------------- git_alias="g" # 1. 'SCM Breeze' functions @@ -74,7 +74,7 @@ git_show_alias="gsh" # Git Keyboard Shortcuts -# --------------------------------------------- +# ---------------------------------------------- # Keyboard shortcuts are off by default. Set this to 'true' to enable them. git_keyboard_shortcuts_enabled="true" git_commit_all_keys="\C-x " # CTRL+x, SPACE @@ -82,6 +82,6 @@ git_add_and_commit_keys="\C-xc" # CTRL+x, c # Bash Command Wrapping -# --------------------------------------------- +# ---------------------------------------------- # Expand numbered args for common bash commands bash_command_wrapping_enabled="true"