aboutsummaryrefslogtreecommitdiff
path: root/terminal
diff options
context:
space:
mode:
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