mirror of
https://github.com/theniceboy/.config.git
synced 2026-01-01 19:35:45 +08:00
4 lines
90 B
Fish
4 lines
90 B
Fish
# Defined in - @ line 1
|
|
function mt --description 'alias mt neomutt'
|
|
neomutt $argv;
|
|
end
|