Compare commits

..

No commits in common. "801147b4b3c08dcfc655007f1515d2e9dfd8dc3a" and "311afc8ab529541edf1af06d6e2cde3675dc2883" have entirely different histories.

2 changed files with 1 additions and 13 deletions

View file

@ -14,7 +14,3 @@ if not string match -q -- $PNPM_HOME $PATH
set -gx PATH "$PNPM_HOME" $PATH set -gx PATH "$PNPM_HOME" $PATH
end end
# pnpm end # pnpm end
function fish_greeting
fastfetch
end

View file

@ -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"