]> git.donarmstrong.com Git - zsh.git/commitdiff
add giti alias
authormartin f. krafft <madduck@madduck.net>
Wed, 7 May 2008 16:39:34 +0000 (17:39 +0100)
committermartin f. krafft <madduck@madduck.net>
Wed, 7 May 2008 16:39:34 +0000 (17:39 +0100)
.zsh/zshrc/30_aliases

index e3e01ec85ea04c0f898d722a034ff646023118ec..846b6844c3d35ff9e617adbd20eef36599d062ac 100644 (file)
@@ -60,4 +60,6 @@ doc() { cd /usr/share/doc/$1 && ls }
 _doc() { _files -W /usr/share/doc -/ }
 compdef _doc doc
 
+alias giti='git init && git add . && git commit -minitial\ checkin'
+
 # vim:ft=zsh