From 7d3dc968b6183f51dc2594c80450372f0c8fb811 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Mon, 23 Dec 2024 10:01:15 +0100 Subject: Changes for new laptop --- terminal | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'terminal') diff --git a/terminal b/terminal index b98a67e..c6b358f 100755 --- a/terminal +++ b/terminal @@ -2,4 +2,6 @@ # My default terminal -st -e tmux new-session "$@" +terminal=${TERMINAL:-'st -e tmux new-session "$@"'} + +$terminal -- cgit v1.3