new stuff

This commit is contained in:
David Chen 2019-10-07 17:49:54 -07:00
parent b0b4b99091
commit a869686745
8 changed files with 170 additions and 47 deletions

4
fish/functions/ms.fish Normal file
View file

@ -0,0 +1,4 @@
# Defined in - @ line 1
function ms --description 'alias ms mailsync'
mailsync $argv;
end

4
fish/functions/mt.fish Normal file
View file

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