[ALACRITTY] Use tmux by default with login shell
This commit is contained in:
parent
e0fa990987
commit
b1088a37ab
2 changed files with 3 additions and 5 deletions
|
@ -1,7 +1,5 @@
|
||||||
shell:
|
shell:
|
||||||
program: /bin/bash
|
program: tmux
|
||||||
args:
|
|
||||||
- --login
|
|
||||||
font:
|
font:
|
||||||
normal:
|
normal:
|
||||||
family: FiraCode NF
|
family: FiraCode NF
|
||||||
|
|
|
@ -109,8 +109,8 @@ bind -r ( switch-client -p
|
||||||
bind -r ) switch-client -n
|
bind -r ) switch-client -n
|
||||||
|
|
||||||
# set zsh as default shell
|
# set zsh as default shell
|
||||||
set -g default-command /bin/bash
|
# set -g default-command "/bin/bash --login"
|
||||||
set -g default-shell /bin/bash
|
# set -g default-shell /bin/bash
|
||||||
|
|
||||||
# recording program output to a log
|
# recording program output to a log
|
||||||
bind P pipe-pane -o "cat >>~/#W.log" \; display "Toggled logging to ~/#W.log"
|
bind P pipe-pane -o "cat >>~/#W.log" \; display "Toggled logging to ~/#W.log"
|
||||||
|
|
Loading…
Reference in a new issue