dotfiles/zshrc

7 lines
144 B

export TERM="screen-256color"
# autostart tmux
if which tmux 2>&1 >/dev/null; then
test -z "$TMUX" && (tmux attach || tmux new-session)
fi