Added tmux to alacritty
This commit is contained in:
parent
5a9f302e5c
commit
befd1ba67b
1 changed files with 6 additions and 4 deletions
|
@ -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
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue