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
5
.zshrc
5
.zshrc
|
|
@ -75,3 +75,8 @@ load-nvmrc() {
|
||||||
}
|
}
|
||||||
add-zsh-hook chpwd load-nvmrc
|
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