minor fix in zshrc
This commit is contained in:
@@ -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"
|
|
||||||
|
|||||||
@@ -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
5
.zshrc
@@ -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"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user