[fix] Use nushell on macos as well
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user