X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/0a03dffac6c1304d4bf57f54bbd0c36ea1e337c8..c0020f99f312309e0f3f2798d60180dd64ae54b9:/.zsh/zshrc/30_aliases diff --git a/.zsh/zshrc/30_aliases b/.zsh/zshrc/30_aliases index 8253583..846b684 100644 --- a/.zsh/zshrc/30_aliases +++ b/.zsh/zshrc/30_aliases @@ -46,6 +46,7 @@ alias grep='grep --color=auto -d skip' alias mmv='noglob zmv -W' alias zcp='zmv -C' alias zln='zmv -L' +alias zgmv='zmv -p git-mv' alias cal='cal -3' alias ftp=lftp @@ -59,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