chore: updated nushell and tmux 718078ef
Steve · 2026-05-13 22:37 2 file(s) · +4 −0
nushell/env.nu +2 −0
106 106
107 107
$env.EDITOR = "nvim"
108 108
109 +
$env.BULLETS_FEEDS = "feeds.stevedylan.dev/feed.xml"
110 +
109 111
zoxide init nushell | save -f ~/.zoxide.nu
110 112
mkdir ~/.cache/starship
111 113
starship init nu | save -f ~/.cache/starship/init.nu
tmux/.tmux.conf +2 −0
2 2
set-option -ga terminal-overrides ",xterm-256color:Tc"
3 3
set -ga terminal-overrides ",xterm-256color:Tc"
4 4
set-option -g default-shell /opt/homebrew/bin/nu
5 +
set -g extended-keys on
6 +
set -g extended-keys-format csi-u
5 7
6 8
# action key
7 9
unbind C-b