1
0
Fork 0
mirror of https://github.com/ryanccn/flake.git synced 2025-12-06 16:10:45 +01:00

remove extraneous zsh paths

This commit is contained in:
Ryan Cao 2023-07-20 14:44:29 +08:00
parent 6dbe355f72
commit 394dd3d31b
Signed by: ryanccn
SSH key fingerprint: SHA256:NtP/BlVhoQq4xU6BEcZeT8nIPvHntkJ3lIc2yB+F09E

View file

@ -17,15 +17,11 @@ command -v pyenv > /dev/null || export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init -)"
export PIPX_DEFAULT_PYTHON="$HOME/.pyenv/shims/python"
# cargo
source "$HOME/.cargo/env"
# deno
export PATH="$HOME/.deno/bin:$PATH"
# pnpm
export PNPM_HOME="''${HOME}/Library/pnpm"
export PATH="$PNPM_HOME:$PATH"
export PNPM_HOME="${HOME}/Library/pnpm"
# disable telemetry
export NEXT_TELEMETRY_DISABLED=1 # Next.js