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