Compare commits
No commits in common. "801147b4b3c08dcfc655007f1515d2e9dfd8dc3a" and "311afc8ab529541edf1af06d6e2cde3675dc2883" have entirely different histories.
801147b4b3
...
311afc8ab5
2 changed files with 1 additions and 13 deletions
|
@ -14,7 +14,3 @@ if not string match -q -- $PNPM_HOME $PATH
|
|||
set -gx PATH "$PNPM_HOME" $PATH
|
||||
end
|
||||
# pnpm end
|
||||
|
||||
function fish_greeting
|
||||
fastfetch
|
||||
end
|
||||
|
|
|
@ -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
|
||||
export PATH="$PATH:$HOME/.local/share/JetBrains/Toolbox/scripts:$HOME/.local/bin"
|
||||
|
||||
. "$HOME/.cargo/env"
|
||||
export PATH="$PATH:/home/dhalucario/.local/share/JetBrains/Toolbox/scripts"
|
||||
|
|
Loading…
Reference in a new issue