From: martin f. krafft Date: Tue, 13 Aug 2019 09:54:59 +0000 (+1200) Subject: Do not prevent connecting to X server due to Vim plugin setting guifg X-Git-Url: https://git.madduck.net/etc/zsh.git/commitdiff_plain/99f2240fa277d067880f2c23032acf719f7667cb Do not prevent connecting to X server due to Vim plugin setting guifg --- 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"; }