Add Deno initialization.
This commit is contained in:
parent
b6fb07b3a4
commit
b3ef637157
3
.zshrc
3
.zshrc
|
@ -19,5 +19,8 @@ source "$NVS_HOME/nvs.sh"
|
||||||
export PNPM_HOME="$HOME/.local/share/pnpm"
|
export PNPM_HOME="$HOME/.local/share/pnpm"
|
||||||
export PATH="$PATH:$PNPM_HOME"
|
export PATH="$PATH:$PNPM_HOME"
|
||||||
|
|
||||||
|
export DENO_INSTALL="$HOME/.deno"
|
||||||
|
export PATH="$PATH:$DENO_INSTALL/bin"
|
||||||
|
|
||||||
eval "$(register-python-argcomplete pipx)"
|
eval "$(register-python-argcomplete pipx)"
|
||||||
eval "$(starship init zsh)"
|
eval "$(starship init zsh)"
|
||||||
|
|
Loading…
Reference in New Issue