diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf index 9b80ebf9..c2345dd5 100644 --- a/config/tmux/tmux.conf +++ b/config/tmux/tmux.conf @@ -31,8 +31,8 @@ run -b '~/.config/tmux/plugins/tpm/tpm' # if on macos use /opt/homebrew/bin/fish if-shell "[ -f /usr/bin/nu ]" "set -g default-shell '/usr/bin/nu'" -if-shell "[ -f /opt/homebrew/bin/fish ]" "set -g default-shell '/opt/homebrew/bin/fish'" -# if-shell "[ -f /opt/homebrew/bin/nu ]" "set -g default-shell '/opt/homebrew/bin/nu'" +# if-shell "[ -f /opt/homebrew/bin/fish ]" "set -g default-shell '/opt/homebrew/bin/fish'" +if-shell "[ -f /opt/homebrew/bin/nu ]" "set -g default-shell '/opt/homebrew/bin/nu'" set -g default-terminal 'tmux-256color' set -ga terminal-overrides ',*256col*:Tc'