💾 Archived View for hajime.4teri.de › dotfiles › file › scripts › tmux.sh.gmi captured on 2021-12-05 at 23:47:19. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2021-12-03)

-=-=-=-=-=-=-

tmux.sh - dotfiles - Collection of my dotfiles

Log

Files

Refs

---

tmux.sh (87B)

---

1 #! /bin/sh

2

3 if [ -z "$TMUX" ]

4 then

5 exec tmux new-session -s "$"

6 else

7 tmux attach

8 fi

generated w/ stagit-gemini