1 2 3 4 5 6 7
#!/bin/sh # My default terminal terminal=${TERMINAL:-'st -e tmux new-session "$@"'} $terminal
Generated with cgit - Back to sebastiano.tronto.net