Overwrite .profile
This commit is contained in:
parent
8f328314c7
commit
311afc8ab5
1 changed files with 1 additions and 9 deletions
|
@ -1,10 +1,2 @@
|
||||||
export PNPM_HOME="$HOME/.local/share/pnpm"
|
|
||||||
case ":$PATH:" in
|
|
||||||
*":$PNPM_HOME:"*) ;;
|
|
||||||
*) export PATH="$PNPM_HOME:$PATH" ;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
# Added by Toolbox App
|
# Added by Toolbox App
|
||||||
export PATH="$PATH:$HOME/.local/share/JetBrains/Toolbox/scripts:$HOME/.local/bin"
|
export PATH="$PATH:/home/dhalucario/.local/share/JetBrains/Toolbox/scripts"
|
||||||
|
|
||||||
. "$HOME/.cargo/env"
|
|
||||||
|
|
Loading…
Reference in a new issue