1
Fork 0

Add Deno initialization.

This commit is contained in:
Bauke 2022-12-06 16:06:23 +01:00
parent b6fb07b3a4
commit b3ef637157
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 3 additions and 0 deletions

3
.zshrc
View File

@ -19,5 +19,8 @@ source "$NVS_HOME/nvs.sh"
export PNPM_HOME="$HOME/.local/share/pnpm"
export PATH="$PATH:$PNPM_HOME"
export DENO_INSTALL="$HOME/.deno"
export PATH="$PATH:$DENO_INSTALL/bin"
eval "$(register-python-argcomplete pipx)"
eval "$(starship init zsh)"