aboutsummaryrefslogtreecommitdiff
path: root/terminal
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xterminal4
1 files changed, 3 insertions, 1 deletions
diff --git a/terminal b/terminal
index b98a67e..c6b358f 100755
--- a/terminal
+++ b/terminal
@@ -2,4 +2,6 @@
2 2
3# My default terminal 3# My default terminal
4 4
5st -e tmux new-session "$@" 5terminal=${TERMINAL:-'st -e tmux new-session "$@"'}
6
7$terminal

Generated with cgit - Back to sebastiano.tronto.net