[fix] Use nushell on macos as well

This commit is contained in:
Uttarayan Mondal
2023-10-16 18:44:03 +05:30
parent 68f83b874b
commit 3ddc08f19a

View File

@@ -31,8 +31,8 @@ run -b '~/.config/tmux/plugins/tpm/tpm'
# if on macos use /opt/homebrew/bin/fish # if on macos use /opt/homebrew/bin/fish
if-shell "[ -f /usr/bin/nu ]" "set -g default-shell '/usr/bin/nu'" 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/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/nu ]" "set -g default-shell '/opt/homebrew/bin/nu'"
set -g default-terminal 'tmux-256color' set -g default-terminal 'tmux-256color'
set -ga terminal-overrides ',*256col*:Tc' set -ga terminal-overrides ',*256col*:Tc'