dotfiles/bin/m

8 lines
131 B
Bash
Executable File

#!/bin/sh
[ -n "$TMUX" ] && tmux rename-window "neomutt"
cd ~/Desktop
neomutt
cd -
[ -n "$TMUX" ] && tmux set automatic-rename on