Add .profile
This commit is contained in:
parent
014dadb86b
commit
33482938c1
1 changed files with 10 additions and 0 deletions
10
shell/.profile
Normal file
10
shell/.profile
Normal file
|
@ -0,0 +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/.local/share/JetBrains/Toolbox/scripts"
|
||||
|
||||
. "$HOME/.cargo/env"
|
Loading…
Reference in a new issue