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