updated tmux conf
This commit is contained in:
@@ -36,7 +36,7 @@ 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 ]' {
|
||||
if-shell -F $TMUX_SHELL {
|
||||
set -g default-shell $TMUX_SHELL
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user