scripts - scripts - some useful shell scripts

git clone git://git.bcharge.de/scripts.git

About | Log | Files | Refs

start-tmux.sh (158B)


1
2
3
4
5
6
7
8
9
#!/bin/bash
# if not inside tmux, then start it.

tmux -2
#if [ -z "$TMUX" ]; then
	#tmux attach || exec tmux new-session
#else
	#echo "already in tmux!"
#fi