aboutsummaryrefslogtreecommitdiff
path: root/terminal
blob: 849c03720b20cea92fbfa6ed82b0252c819894a9 (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