[fix] Update nushell files

This commit is contained in:
Uttarayan
2023-10-13 18:21:22 +05:30
parent 42d7894d0a
commit 30bb3b49f9
5 changed files with 59 additions and 171 deletions

View File

@@ -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' }