terminal (97B)
1 #!/bin/sh 2 3 # My default terminal 4 5 terminal=${TERMINAL:-"st -e tmux new-session "$@""} 6 7 $terminal
configMy configuration files and custom scripts. | |
| git clone https://git.tronto.net/config | |
| Download | Log | Files | Refs |
terminal (97B)
1 #!/bin/sh 2 3 # My default terminal 4 5 terminal=${TERMINAL:-"st -e tmux new-session "$@""} 6 7 $terminal