diff options
Diffstat (limited to '')
| -rwxr-xr-x | terminal | 4 |
1 files changed, 3 insertions, 1 deletions
| @@ -2,4 +2,6 @@ | |||
| 2 | 2 | ||
| 3 | # My default terminal | 3 | # My default terminal |
| 4 | 4 | ||
| 5 | st -e tmux new-session "$@" | 5 | terminal=${TERMINAL:-'st -e tmux new-session "$@"'} |
| 6 | |||
| 7 | $terminal | ||
