Compare commits

..

No commits in common. "0ec9d1ded124c2b429067cea3af761e8d80a63c6" and "f2882476712fcdc450c5edd35b6a9d0806e25a35" have entirely different histories.

View file

@ -1,6 +0,0 @@
#!/bin/sh
if tmux has-session; then
exec tmux attach
else
exec tmux new
fi