diff options
Diffstat (limited to 'scripts/terminal')
| -rwxr-xr-x | scripts/terminal | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/terminal b/scripts/terminal new file mode 100755 index 0000000..849c037 --- /dev/null +++ b/scripts/terminal | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | #!/bin/sh | ||
| 2 | |||
| 3 | # My default terminal | ||
| 4 | |||
| 5 | terminal=${TERMINAL:-"st -e tmux new-session "$@""} | ||
| 6 | |||
| 7 | $terminal | ||
