Skip to content

Commit

Permalink
Format fish config
Browse files Browse the repository at this point in the history
  • Loading branch information
joaothallis committed Feb 11, 2024
1 parent 07aab26 commit 12b9cea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/fish/config.fish
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ $HOME/.local/bin/mise activate fish | source
# pnpm
set -gx PNPM_HOME "$HOME/.local/share/pnpm"
if not string match -q -- $PNPM_HOME $PATH
set -gx PATH "$PNPM_HOME" $PATH
set -gx PATH "$PNPM_HOME" $PATH
end
# pnpm end

0 comments on commit 12b9cea

Please sign in to comment.