mirror of
https://github.com/theniceboy/.config.git
synced 2025-12-26 14:44:57 +08:00
new stuff
This commit is contained in:
parent
b0b4b99091
commit
a869686745
8 changed files with 170 additions and 47 deletions
4
fish/functions/ms.fish
Normal file
4
fish/functions/ms.fish
Normal 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
4
fish/functions/mt.fish
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
# Defined in - @ line 1
|
||||
function mt --description 'alias mt neomutt'
|
||||
neomutt $argv;
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue