diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-12-23 10:01:15 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-12-23 10:01:15 +0100 |
| commit | 7d3dc968b6183f51dc2594c80450372f0c8fb811 (patch) | |
| tree | 955b6be59884229125a63f070e16992dc5a79ca1 /terminal | |
| parent | 20bbe3418e71556ff2d14623cbbf047c0bd55855 (diff) | |
| download | scripts-7d3dc968b6183f51dc2594c80450372f0c8fb811.tar.gz scripts-7d3dc968b6183f51dc2594c80450372f0c8fb811.zip | |
Changes for new laptop
Diffstat (limited to 'terminal')
| -rwxr-xr-x | terminal | 4 |
1 files changed, 3 insertions, 1 deletions
| @@ -2,4 +2,6 @@ | |||
| 2 | 2 | ||
| 3 | # My default terminal | 3 | # My default terminal |
| 4 | 4 | ||
| 5 | st -e tmux new-session "$@" | 5 | terminal=${TERMINAL:-'st -e tmux new-session "$@"'} |
| 6 | |||
| 7 | $terminal | ||
