6 lines
113 B
Bash
Executable File
6 lines
113 B
Bash
Executable File
#!/bin/sh
|
|
|
|
[ -n "$TMUX" ] && tmux rename-window "neomutt"
|
|
neomutt
|
|
[ -n "$TMUX" ] && tmux set automatic-rename on
|