scripts

Various scripts for UNIX-like systems
git clone https://git.tronto.net/scripts
Download | Log | Files | Refs | README

commit 424f6dabb0838f07d7c2ec8a738e5bc6264bf725
parent 44b2c6063543a900c6fbd6b7df915ffea704759a
Author: Sebastiano Tronto <sebastiano@tronto.net>
Date:   Fri, 10 Jan 2025 11:11:43 +0100

More small fixes

Diffstat:
Mterminal | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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