1
0
Fork 0

[ALACRITTY] Use tmux by default with login shell

This commit is contained in:
Florian RICHER (MrDev023) 2022-02-10 09:15:20 +01:00
parent e0fa990987
commit b1088a37ab
2 changed files with 3 additions and 5 deletions

View file

@ -1,7 +1,5 @@
shell:
program: /bin/bash
args:
- --login
program: tmux
font:
normal:
family: FiraCode NF

View file

@ -109,8 +109,8 @@ bind -r ( switch-client -p
bind -r ) switch-client -n
# set zsh as default shell
set -g default-command /bin/bash
set -g default-shell /bin/bash
# set -g default-command "/bin/bash --login"
# set -g default-shell /bin/bash
# recording program output to a log
bind P pipe-pane -o "cat >>~/#W.log" \; display "Toggled logging to ~/#W.log"