theniceboy/fish/functions/mt.fish
2019-10-07 17:49:54 -07:00

4 lines
90 B
Fish

# Defined in - @ line 1
function mt --description 'alias mt neomutt'
neomutt $argv;
end