[fix] Update nushell files
This commit is contained in:
@@ -30,7 +30,7 @@ set -g @nightowl-show-weather false
|
||||
run -b '~/.config/tmux/plugins/tpm/tpm'
|
||||
|
||||
# if on macos use /opt/homebrew/bin/fish
|
||||
if-shell "[ -f /usr/bin/fish ]" "set -g default-shell '/usr/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'"
|
||||
|
||||
@@ -70,3 +70,4 @@ bind o set status
|
||||
|
||||
bind-key -n C-\\ run-shell '~/.config/tmux/scratch'
|
||||
if-shell 'uname | grep -q Darwin' { set -s copy-command 'pbcopy' }
|
||||
if-shell 'uname | grep -q Linux' { set -s copy-command 'wl-copy' }
|
||||
|
||||
Reference in New Issue
Block a user