aboutsummaryrefslogtreecommitdiff
path: root/terminal
blob: c6b358f7053e3cf74c0cf352fc695af64a71f2f6 (plain)
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