From: martin f. krafft Date: Sat, 2 Nov 2019 07:47:18 +0000 (+1300) Subject: move pass aliases to pass repo X-Git-Url: https://git.madduck.net/etc/zsh.git/commitdiff_plain/d347813e13f2a3d3151955466800497d184048fe move pass aliases to pass repo --- diff --git a/.gitignore.d/zsh b/.gitignore.d/zsh index f18815c..f346081 100644 --- a/.gitignore.d/zsh +++ b/.gitignore.d/zsh @@ -10,8 +10,6 @@ !/.zsh/aliases/egrep !/.zsh/aliases/fgrep !/.zsh/aliases/find -!/.zsh/aliases/genpw -!/.zsh/aliases/getpw !/.zsh/aliases/grep !/.zsh/aliases/links !/.zsh/aliases/locate @@ -21,7 +19,6 @@ !/.zsh/aliases/mps !/.zsh/aliases/.noglob !/.zsh/aliases/of -!/.zsh/aliases/pmnpw !/.zsh/aliases/px !/.zsh/aliases/Q !/.zsh/aliases/uc @@ -36,7 +33,6 @@ !/.zsh/func/gitpub !/.zsh/func/giturl !/.zsh/func/idiotheke -!/.zsh/func/old-getpw !/.zsh/func/p !/.zsh/func/svngit !/.zsh/func/urlencode diff --git a/.zsh/aliases/genpw b/.zsh/aliases/genpw deleted file mode 100644 index 7b9f997..0000000 --- a/.zsh/aliases/genpw +++ /dev/null @@ -1 +0,0 @@ -() { EDITOR="vim -c 'set noshelltemp' -c '0read! diceware -s ${2:-1}' -c 2d -n" pass edit "$1"; } diff --git a/.zsh/aliases/getpw b/.zsh/aliases/getpw deleted file mode 100644 index c2dc8a8..0000000 --- a/.zsh/aliases/getpw +++ /dev/null @@ -1 +0,0 @@ -pass -c 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 }