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
|
# - (macOS) /bin/bash --login
|
||||||
# - (Linux/BSD) user login shell
|
# - (Linux/BSD) user login shell
|
||||||
# - (Windows) powershell
|
# - (Windows) powershell
|
||||||
#shell:
|
shell:
|
||||||
# program: /bin/bash
|
program: /bin/bash
|
||||||
# args:
|
args:
|
||||||
# - --login
|
- --login
|
||||||
|
- -c
|
||||||
|
- "tmux attach || tmux"
|
||||||
|
|
||||||
# Startup directory
|
# Startup directory
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue