Compare commits
2 commits
311afc8ab5
...
801147b4b3
Author | SHA1 | Date | |
---|---|---|---|
|
801147b4b3 | ||
|
96cdf0bfc1 |
2 changed files with 13 additions and 1 deletions
|
@ -14,3 +14,7 @@ if not string match -q -- $PNPM_HOME $PATH
|
|||
set -gx PATH "$PNPM_HOME" $PATH
|
||||
end
|
||||
# pnpm end
|
||||
|
||||
function fish_greeting
|
||||
fastfetch
|
||||
end
|
||||
|
|
|
@ -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