fix: you wrote this function learn how to use it
This commit is contained in:
parent
6de2149bb3
commit
84b7511ae7
1 changed files with 3 additions and 3 deletions
|
@ -97,7 +97,7 @@ fi
|
||||||
# pnpm
|
# pnpm
|
||||||
export PNPM_HOME="$HOME/.local/share/pnpm"
|
export PNPM_HOME="$HOME/.local/share/pnpm"
|
||||||
# export PATH="$PNPM_HOME:$PATH"
|
# export PATH="$PNPM_HOME:$PATH"
|
||||||
add-to-path prepend "$PNPM_HOME:$PATH"
|
add-to-path prepend "$PNPM_HOME"
|
||||||
|
|
||||||
if [ -d "$HOME/.pkgs/google-cloud-sdk" ]; then
|
if [ -d "$HOME/.pkgs/google-cloud-sdk" ]; then
|
||||||
source "$HOME/.pkgs/google-cloud-sdk/completion.zsh.inc"
|
source "$HOME/.pkgs/google-cloud-sdk/completion.zsh.inc"
|
||||||
|
@ -108,7 +108,7 @@ fi
|
||||||
if [ -d "$HOME/.deno" ]; then
|
if [ -d "$HOME/.deno" ]; then
|
||||||
export DENO_INSTALL="$HOME/.deno"
|
export DENO_INSTALL="$HOME/.deno"
|
||||||
# export PATH="$DENO_INSTALL/bin:$PATH"
|
# export PATH="$DENO_INSTALL/bin:$PATH"
|
||||||
add-to-path prepend "$DENO_INSTALL/bin:$PATH"
|
add-to-path prepend "$DENO_INSTALL/bin"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -d "$HOME/.bun" ]; then
|
if [ -d "$HOME/.bun" ]; then
|
||||||
|
@ -118,7 +118,7 @@ if [ -d "$HOME/.bun" ]; then
|
||||||
# bun
|
# bun
|
||||||
export BUN_INSTALL="$HOME/.bun"
|
export BUN_INSTALL="$HOME/.bun"
|
||||||
# export PATH="$BUN_INSTALL/bin:$PATH"
|
# export PATH="$BUN_INSTALL/bin:$PATH"
|
||||||
add-to-path prepend "$BUN_INSTALL/bin:$PATH"
|
add-to-path prepend "$BUN_INSTALL/bin"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -d "$HOME/.nimble" ]; then
|
if [ -d "$HOME/.nimble" ]; then
|
||||||
|
|
Loading…
Reference in a new issue