dotfiles/bin/m

8 lines
131 B
Plaintext
Raw Normal View History

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