# profile-requires: screen.bashrc # XXX: Use a module. tmux=$(PATH=$PATH:/comm/tmux/stable/bin find_working tmux 2>/dev/null) if [ $? = 0 ]; then alias session="bigtmux $tmux has -t session 2>/dev/null && tmux attach -t session || ktmux -T $tmux -s session" if [ -n "$TMUX" ]; then $tmux run-shell ktmux_helper ';' detach 2>/dev/null fi fi