Use $EDITOR instead of hardcoding vim

This commit is contained in:
Abin Simon 2018-03-13 19:48:34 +05:30 committed by GitHub
parent a4e016a8f3
commit b739589fa5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
muttrc
View File

@ -7,7 +7,7 @@ source etc/muttcol
source etc/aliases
set sleep_time = 0
set sort = 'reverse-date'
set editor = vim
set editor = $EDITOR
#set copy = no
set timeout = "5"
set mail_check = "10"