fish/functions/mutt.fish @ dabb5f1ef3b2

More
author Steve Losh <steve@stevelosh.com>
date Sun, 28 Apr 2019 11:57:51 -0400
parents 385a012ed003
children e5fe3d20c01c
set -g -x MUTT_BIN (which neomutt)

function mutt
    bash --login -c "cd ~/Desktop; $MUTT_BIN \$@" custom_mutt $argv
end