X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/50420f958c58e36baa6936c794171fbaf316fdbd..dea73905a68f0d0a03993d95c5287ba47786b41b:/.zsh/aliases/pmnpw diff --git a/.zsh/aliases/pmnpw b/.zsh/aliases/pmnpw new file mode 100644 index 0000000..2ff7e1a --- /dev/null +++ b/.zsh/aliases/pmnpw @@ -0,0 +1 @@ +() { case "$1" in (*@*) genpw ${1%%@*}/$1;; (*) genpw $1/${1}@pobox.madduck.net ${@:2};; esac }