From a528211d3b160a0ade624f0431d739d262920967 Mon Sep 17 00:00:00 2001 From: Eric Torres Date: Tue, 12 Feb 2019 12:54:34 -0800 Subject: [PATCH] Update fedit plugin for new flags --- zsh/plugins.d/fedit.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/plugins.d/fedit.zsh b/zsh/plugins.d/fedit.zsh index 7b5a2b3..9e0964c 100644 --- a/zsh/plugins.d/fedit.zsh +++ b/zsh/plugins.d/fedit.zsh @@ -4,7 +4,7 @@ _fedit() { } _etcedit() { - /usr/bin/fedit -e + /usr/bin/fedit -E } zle -N fedit