X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/50420f958c58e36baa6936c794171fbaf316fdbd..7aaadf8b1f5e527029b5bae25ca03942e01a08ab:/.zsh/aliases/genpw diff --git a/.zsh/aliases/genpw b/.zsh/aliases/genpw index 4556cb0..7b9f997 100644 --- a/.zsh/aliases/genpw +++ b/.zsh/aliases/genpw @@ -1 +1 @@ -() { EDITOR="vim -c 'set noshelltemp' -c '0read! diceware -s ${2:-1}' -c 2d -nX" pass edit "$1"; } +() { EDITOR="vim -c 'set noshelltemp' -c '0read! diceware -s ${2:-1}' -c 2d -n" pass edit "$1"; }