Added tmux to alacritty

This commit is contained in:
Tibo De Peuter 2022-06-17 22:17:51 +02:00
parent 5a9f302e5c
commit befd1ba67b

View file

@ -479,10 +479,12 @@ bell:
# - (macOS) /bin/bash --login
# - (Linux/BSD) user login shell
# - (Windows) powershell
#shell:
# program: /bin/bash
# args:
# - --login
shell:
program: /bin/bash
args:
- --login
- -c
- "tmux attach || tmux"
# Startup directory
#