mirror of
https://github.com/BradNut/dotfiles
synced 2025-09-08 17:40:19 +00:00
Adding starship and pnpm.
This commit is contained in:
parent
697c28785c
commit
b8766f3fe2
1 changed files with 6 additions and 1 deletions
7
.zshrc
7
.zshrc
|
|
@ -74,4 +74,9 @@ load-nvmrc() {
|
|||
fi
|
||||
}
|
||||
add-zsh-hook chpwd load-nvmrc
|
||||
load-nvmrc
|
||||
load-nvmrc
|
||||
# pnpm
|
||||
export PNPM_HOME="/home/bshellnu/.local/share/pnpm"
|
||||
export PATH="$PNPM_HOME:$PATH"
|
||||
# pnpm end
|
||||
eval "$(starship init zsh)"
|
||||
|
|
|
|||
Loading…
Reference in a new issue