From 3ddc08f19a9d3556cb5b312a5c4e90662849abb3 Mon Sep 17 00:00:00 2001 From: Uttarayan Mondal Date: Mon, 16 Oct 2023 18:44:03 +0530 Subject: [PATCH] [fix] Use nushell on macos as well --- config/tmux/tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'