aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-01-10 11:11:43 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2025-01-10 11:11:43 +0100
commit424f6dabb0838f07d7c2ec8a738e5bc6264bf725 (patch)
tree1c59c93626a281f452c9118fde9977e2824d8d73
parent44b2c6063543a900c6fbd6b7df915ffea704759a (diff)
downloadscripts-424f6dabb0838f07d7c2ec8a738e5bc6264bf725.tar.gz
scripts-424f6dabb0838f07d7c2ec8a738e5bc6264bf725.zip
More small fixes
Diffstat (limited to '')
-rwxr-xr-xterminal2
1 files changed, 1 insertions, 1 deletions
diff --git a/terminal b/terminal
index c6b358f..849c037 100755
--- a/terminal
+++ b/terminal
@@ -2,6 +2,6 @@
2 2
3# My default terminal 3# My default terminal
4 4
5terminal=${TERMINAL:-'st -e tmux new-session "$@"'} 5terminal=${TERMINAL:-"st -e tmux new-session "$@""}
6 6
7$terminal 7$terminal

Generated with cgit - Back to sebastiano.tronto.net