From a0f091b0f2df9046a15409cc6f8c5197d4771532 Mon Sep 17 00:00:00 2001 From: Nathan Broadbent Date: Sun, 15 Jan 2012 12:45:45 +0800 Subject: [PATCH] Use ~/code, and 'c' alias. --- git.scmbrc.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/git.scmbrc.example b/git.scmbrc.example index 1d3d38b..e5b348d 100644 --- a/git.scmbrc.example +++ b/git.scmbrc.example @@ -13,13 +13,13 @@ export ga_auto_remove="yes" # Git Index Config # -------------------------- # Repos will be automatically added from this directory. -export GIT_REPO_DIR="$HOME/src" +export GIT_REPO_DIR="$HOME/code" # Add the full paths of any extra repos to GIT_REPOS, separated with ':' # e.g. "/opt/rails/project:/opt/rails/another project:$HOME/other/repo" export GIT_REPOS="" export git_status_command="git_status_shortcuts" # Alias -git_index_alias="s" # The 's' stands for 'switch' or 'sourcecode'... +git_index_alias="c" # Switch to a repo in the (c)ode directory # Git Aliases