minor fix in zshrc

This commit is contained in:
Kulvir Singh
2024-10-18 20:16:40 +05:30
parent f27b45c5f2
commit 886ff37f4a
3 changed files with 5 additions and 10 deletions

View File

@@ -27,10 +27,8 @@ alias air="~/go/bin/air"
# ---- bun ---- # ---- bun ----
export BUN_INSTALL="$HOME/.bun" export BUN_INSTALL="$HOME/.bun"
export PATH="$BUN_INSTALL/bin:$PATH" 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 ---- # ---- starship ----
eval "$(starship init bash)" eval "$(starship init bash)"
# ---- node wtf idk but fine ----
export PATH="/opt/homebrew/opt/node@20/bin:$PATH"

View File

@@ -4,8 +4,8 @@ set-option -sa terminal-overrides ",xterm*:Tc"
set -g mouse on set -g mouse on
unbind C-b unbind C-b
set -g prefix C-s set -g prefix C-x
bind C-s send-prefix bind C-x send-prefix
# Start windows and panes at 1, not 0 # Start windows and panes at 1, not 0
set -g base-index 1 set -g base-index 1

5
.zshrc
View File

@@ -27,10 +27,7 @@ alias air="~/go/bin/air"
export BUN_INSTALL="$HOME/.bun" export BUN_INSTALL="$HOME/.bun"
export PATH="$BUN_INSTALL/bin:$PATH" 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 ---- # ---- startship ----
eval "$(starship init zsh)" eval "$(starship init zsh)"
# ---- node wtf idk but fine ----
export PATH="/opt/homebrew/opt/node@20/bin:$PATH"