Skip to content

Commit

Permalink
Remove DOTNET_ROOT from config.fish
Browse files Browse the repository at this point in the history
  • Loading branch information
sondr3 committed Jan 22, 2025
1 parent 66ff2c7 commit 01ef491
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/fish/config.fish
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ test -d $HOME/go/bin; and fish_add_path $HOME/go/bin

# dotnet
if test -d $HOME/.dotnet
set -gx DOTNET_ROOT "$HOME/.dotnet"
fish_add_path $HOME/.dotnet
fish_add_path $HOME/.dotnet/tools/
end
Expand Down

0 comments on commit 01ef491

Please sign in to comment.