Skip to content

Commit

Permalink
Fix to run without dotnet installed
Browse files Browse the repository at this point in the history
  • Loading branch information
joaothallis committed Mar 9, 2024
1 parent 678509f commit fafacbc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .config/fish/config.fish
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ abbr --add my-branchs "git for-each-ref --format='%(refname:short) %(authorname)

$HOME/.local/bin/mise activate fish | source

. ~/.local/share/mise/plugins/dotnet-core/set-dotnet-home.fish
if type -q dotnet
. ~/.local/share/mise/plugins/dotnet-core/set-dotnet-home.fish
end

# pnpm
set -gx PNPM_HOME "$HOME/.local/share/pnpm"
Expand Down

0 comments on commit fafacbc

Please sign in to comment.