diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-01-10 11:11:43 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-01-10 11:11:43 +0100 |
| commit | 424f6dabb0838f07d7c2ec8a738e5bc6264bf725 (patch) | |
| tree | 1c59c93626a281f452c9118fde9977e2824d8d73 | |
| parent | 44b2c6063543a900c6fbd6b7df915ffea704759a (diff) | |
| download | scripts-424f6dabb0838f07d7c2ec8a738e5bc6264bf725.tar.gz scripts-424f6dabb0838f07d7c2ec8a738e5bc6264bf725.zip | |
More small fixes
Diffstat (limited to '')
| -rwxr-xr-x | terminal | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -2,6 +2,6 @@ | |||
| 2 | 2 | ||
| 3 | # My default terminal | 3 | # My default terminal |
| 4 | 4 | ||
| 5 | terminal=${TERMINAL:-'st -e tmux new-session "$@"'} | 5 | terminal=${TERMINAL:-"st -e tmux new-session "$@""} |
| 6 | 6 | ||
| 7 | $terminal | 7 | $terminal |
