[update] Upate nushell configs to reflect the latest changes

This commit is contained in:
Uttarayan Mondal
2023-10-11 11:24:59 +05:30
parent 6c5ec318e5
commit 4d31273eda
8 changed files with 149 additions and 66 deletions

View File

@@ -6,7 +6,7 @@ set -g @plugin 'wfxr/tmux-fzf-url'
set -g @plugin 'kylepeeler/tmux-nightowl'
set -g @nightowl-cpu-usage true
set -g @nightowl-gpu-usage false
set -g @nightowl-ram-usage true
set -g @nightowl-ram-usage false
set -g @nightowl-show-network true
set -g @nightowl-show-powerline true
set -g @nightowl-show-timezone false
@@ -69,11 +69,4 @@ bind m send-keys -t.- 'mpcfzf' Enter
bind o set status
bind-key -n C-\\ run-shell '~/.config/tmux/scratch'
if-shell 'uname | grep -q Darwin' { set -s copy-command 'pbcopy' }