index
:
ryanakca-dotfiles
master
My configuration files
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bin
/
executable_mutt
blob: 78bd4ca71ea4733c5b1abacf41c811edbd849acf (
plain
) (
blame
)
1
2
3
4
5
6
7
#!/bin/sh if which neomutt; then exec neomutt $@ else exec mutt $@ fi