dotfiles/bin/m

6 lines
113 B
Plaintext
Raw Normal View History

2022-08-08 03:25:36 +00:00
#!/bin/sh
[ -n "$TMUX" ] && tmux rename-window "neomutt"
neomutt
[ -n "$TMUX" ] && tmux set automatic-rename on