feat: shortcut for neomutt

This commit is contained in:
Klesh Wong 2022-08-08 11:25:36 +08:00
parent 319b4078b9
commit f8eee37d77
3 changed files with 6 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
repos/
cacheDir/
*.result/

0
bin/ffmpeghelper Normal file → Executable file
View File

5
bin/m Executable file
View File

@ -0,0 +1,5 @@
#!/bin/sh
[ -n "$TMUX" ] && tmux rename-window "neomutt"
neomutt
[ -n "$TMUX" ] && tmux set automatic-rename on