fish/functions/mutt.fish @ 4673e928c08e

Split Stump config
author Steve Losh <steve@stevelosh.com>
date Tue, 19 Mar 2024 13:55:42 -0400
parents e5fe3d20c01c
children (none)
set -g -x MUTT_BIN (which neomutt)

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