diff options
author | Urbain Vaes <urbain@vaes.uk> | 2019-03-26 10:50:50 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2019-03-26 10:50:50 +0100 |
commit | 0b73d545946fa1d62a66138ad30e46cd0f8d358e (patch) | |
tree | 0870d8ae7a75876f5643388b99ed5b1874837ee6 /mutt | |
parent | 3f04df2fc99e6cbee9e5f8b0ed98fbb91d95f31b (diff) |
Improve zsh bindings
Diffstat (limited to 'mutt')
-rw-r--r-- | mutt/.mutt/muttrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mutt/.mutt/muttrc b/mutt/.mutt/muttrc index 1595175..de98ad0 100644 --- a/mutt/.mutt/muttrc +++ b/mutt/.mutt/muttrc @@ -61,7 +61,7 @@ auto_view text/html alternative_order text/plain text/enriched text/html # Editor -set editor="nvim" +set editor="$EDITOR" set include=yes |