aboutsummaryrefslogtreecommitdiff
path: root/terminal
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2024-12-23 10:01:15 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2024-12-23 10:01:15 +0100
commit7d3dc968b6183f51dc2594c80450372f0c8fb811 (patch)
tree955b6be59884229125a63f070e16992dc5a79ca1 /terminal
parent20bbe3418e71556ff2d14623cbbf047c0bd55855 (diff)
downloadscripts-7d3dc968b6183f51dc2594c80450372f0c8fb811.tar.gz
scripts-7d3dc968b6183f51dc2594c80450372f0c8fb811.zip
Changes for new laptop
Diffstat (limited to 'terminal')
-rwxr-xr-xterminal4
1 files changed, 3 insertions, 1 deletions
diff --git a/terminal b/terminal
index b98a67e..c6b358f 100755
--- a/terminal
+++ b/terminal
@@ -2,4 +2,6 @@
2 2
3# My default terminal 3# My default terminal
4 4
5st -e tmux new-session "$@" 5terminal=${TERMINAL:-'st -e tmux new-session "$@"'}
6
7$terminal

Generated with cgit - Back to sebastiano.tronto.net