.profile: Use home instead of full user path for jetbrains toolbox and pnpm
This commit is contained in:
parent
96cdf0bfc1
commit
801147b4b3
1 changed files with 9 additions and 1 deletions
|
@ -1,2 +1,10 @@
|
|||
export PNPM_HOME="$HOME/.local/share/pnpm"
|
||||
case ":$PATH:" in
|
||||
*":$PNPM_HOME:"*) ;;
|
||||
*) export PATH="$PNPM_HOME:$PATH" ;;
|
||||
esac
|
||||
|
||||
# Added by Toolbox App
|
||||
export PATH="$PATH:/home/dhalucario/.local/share/JetBrains/Toolbox/scripts"
|
||||
export PATH="$PATH:$HOME/.local/share/JetBrains/Toolbox/scripts:$HOME/.local/bin"
|
||||
|
||||
. "$HOME/.cargo/env"
|
||||
|
|
Loading…
Reference in a new issue