Adds a command gmutt that opens my terminal with mutt loaded
Also adds a desktop file that allows mutt to handle mailto: links
This commit is contained in:
parent
55e256ad59
commit
e21b641651
2 changed files with 19 additions and 0 deletions
4
bin/.bin/gmutt
Executable file
4
bin/.bin/gmutt
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
export initialCommand="neomutt $@"
|
||||
/usr/local/bin/st
|
Loading…
Add table
Add a link
Reference in a new issue