]> git.siccegge.de Git - dotfiles/zsh.git/commitdiff
Add alias g=git
authorChristoph Egger <christoph@christoph-egger.org>
Thu, 11 Feb 2016 16:11:05 +0000 (17:11 +0100)
committerChristoph Egger <christoph@christoph-egger.org>
Thu, 11 Feb 2016 16:11:05 +0000 (17:11 +0100)
aliases/default.zsh

index 423f8d3b6d12b9bb7e9cd7b984f3c8d42955a658..15813b15ac2a11d18eb15abeff791ba9f66f4f8d 100644 (file)
@@ -7,6 +7,7 @@ alias mp="mplayer"
 alias dir="ls --color=auto"
 alias ..make="make -C .."
 alias man="LANG=\"C\" man"
 alias dir="ls --color=auto"
 alias ..make="make -C .."
 alias man="LANG=\"C\" man"
+alias g=git
 
 # Global aliases
 alias -g DNA='&>/dev/null'
 
 # Global aliases
 alias -g DNA='&>/dev/null'