1
0

updated tmux conf

This commit is contained in:
2023-09-04 11:29:36 +03:00
parent 819fb0f011
commit 23611f0bd4

View File

@@ -36,7 +36,7 @@ if-shell '[ -x /usr/bin/fish ]' {
set -g default-shell /usr/bin/fish set -g default-shell /usr/bin/fish
} }
# use custom shell if configured with ENV # use custom shell if configured with ENV
if-shell '[ -x $TMUX_SHELL ]' { if-shell -F $TMUX_SHELL {
set -g default-shell $TMUX_SHELL set -g default-shell $TMUX_SHELL
} }