更新 .xprofile
This commit is contained in:
@@ -40,6 +40,12 @@ fcitx5 -d
|
|||||||
|
|
||||||
export PATH="~/.local/bin${PATH:+:}$PATH"
|
export PATH="~/.local/bin${PATH:+:}$PATH"
|
||||||
# pnpm
|
# pnpm
|
||||||
export PNPM_HOME="/home/zedhugh/.local/share/pnpm"
|
export PATH="~/.local/share/pnpm${PATH:+:}$PATH"
|
||||||
export PATH="$PNPM_HOME:$PATH"
|
|
||||||
# pnpm end
|
# pnpm end
|
||||||
|
|
||||||
|
# rust cargo
|
||||||
|
export PATH="~/.cargo/bin${PATH:+:}$PATH"
|
||||||
|
if [[ -e "$HOME/.cargo/env" ]]; then
|
||||||
|
. "$HOME/.cargo/env"
|
||||||
|
fi
|
||||||
|
# rust cargo end
|
||||||
|
|||||||
Reference in New Issue
Block a user