fish/functions/mutt.fish @ fe782aa85d4d

More
author Steve Losh <steve@stevelosh.com>
date Tue, 16 Feb 2016 11:10:23 +0000
parents d66bfb2537fe
children 385a012ed003
set -g -x MUTT_BIN (which mutt)

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