diff --git a/.bash_profile b/.bash_profile index 684a745..ad8ec0e 100644 --- a/.bash_profile +++ b/.bash_profile @@ -27,10 +27,8 @@ alias air="~/go/bin/air" # ---- bun ---- export BUN_INSTALL="$HOME/.bun" export PATH="$BUN_INSTALL/bin:$PATH" -[ -s "/Users/kulvir/.bun/_bun" ] && source "/Users/kulvir/.bun/_bun" + +[ -s "/Users/lilj/.bun/_bun" ] && source "/Users/lilj/.bun/_bun" # ---- starship ---- eval "$(starship init bash)" - -# ---- node wtf idk but fine ---- -export PATH="/opt/homebrew/opt/node@20/bin:$PATH" diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 7659be2..afb1069 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -4,8 +4,8 @@ set-option -sa terminal-overrides ",xterm*:Tc" set -g mouse on unbind C-b -set -g prefix C-s -bind C-s send-prefix +set -g prefix C-x +bind C-x send-prefix # Start windows and panes at 1, not 0 set -g base-index 1 diff --git a/.zshrc b/.zshrc index 45c7a2a..2d98b97 100644 --- a/.zshrc +++ b/.zshrc @@ -27,10 +27,7 @@ alias air="~/go/bin/air" export BUN_INSTALL="$HOME/.bun" export PATH="$BUN_INSTALL/bin:$PATH" -[ -s "/Users/kulvir/.bun/_bun" ] && source "/Users/kulvir/.bun/_bun" +[ -s "/Users/lilj/.bun/_bun" ] && source "/Users/lilj/.bun/_bun" # ---- startship ---- eval "$(starship init zsh)" - -# ---- node wtf idk but fine ---- -export PATH="/opt/homebrew/opt/node@20/bin:$PATH"