X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/2d4b8dc68dad03ea82bbc7e00cd14146ef488488..c0020f99f312309e0f3f2798d60180dd64ae54b9:/.zsh/zshrc/30_aliases diff --git a/.zsh/zshrc/30_aliases b/.zsh/zshrc/30_aliases index e3e01ec..846b684 100644 --- a/.zsh/zshrc/30_aliases +++ b/.zsh/zshrc/30_aliases @@ -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