dotfiles-hyperreal/.zprofile
2025-12-21 07:54:04 +01:00

10 lines
141 B
Bash

if pgrep tmux >/dev/null; then
if [ -z "$TMUX" ]; then
tmux attach
fi
else
tmux
fi
# vim: sw=4 ts=4 sts=4 ai et ft=zsh