aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bashrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index 7b045a8..2d125ad 100644
--- a/bashrc
+++ b/bashrc
@@ -26,6 +26,9 @@ export PAGER=less
source $HOME/.gitcompletion.sh
PS1='\u:\w$(__git_ps1 "\[\033[0;32m\]@\[\033[1;32m\]%s\[\033[0m\]\]") $ '
+# A typo I do a lot...
+alias gti=git
+
# hg completion
source $HOME/.hgcompletion.sh