From 424f6dabb0838f07d7c2ec8a738e5bc6264bf725 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Fri, 10 Jan 2025 11:11:43 +0100 Subject: More small fixes --- terminal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terminal b/terminal index c6b358f..849c037 100755 --- a/terminal +++ b/terminal @@ -2,6 +2,6 @@ # My default terminal -terminal=${TERMINAL:-'st -e tmux new-session "$@"'} +terminal=${TERMINAL:-"st -e tmux new-session "$@""} $terminal -- cgit v1.3