aboutsummaryrefslogtreecommitdiff
path: root/bashrc
diff options
context:
space:
mode:
authorMiquel Sabaté <mikisabate@gmail.com>2014-01-21 20:41:53 +0100
committerMiquel Sabaté <mikisabate@gmail.com>2014-01-21 20:41:53 +0100
commite8fdd8f5f668a7a81ca805e512be466f074dc53f (patch)
tree796820378b92172a95492a6b59d590ea502e1f0b /bashrc
parentfdc957aca7f59868f64b5f33dc40b7316c81950d (diff)
downloaddotfiles-e8fdd8f5f668a7a81ca805e512be466f074dc53f.tar.gz
dotfiles-e8fdd8f5f668a7a81ca805e512be466f074dc53f.zip
git: que pasa neng ?!
Diffstat (limited to 'bashrc')
-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