1
0

tmux: shell through env

This commit is contained in:
2023-08-27 21:53:30 +03:00
parent 7c8f0ace69
commit 819fb0f011

View File

@@ -35,4 +35,8 @@ bind '"' split-window -v -c "#{pane_current_path}"
if-shell '[ -x /usr/bin/fish ]' {
set -g default-shell /usr/bin/fish
}
# use custom shell if configured with ENV
if-shell '[ -x $TMUX_SHELL ]' {
set -g default-shell $TMUX_SHELL
}