diff --git a/config/fish/exports.fish b/config/fish/exports.fish index 3e5fc99..fb9abc2 100644 --- a/config/fish/exports.fish +++ b/config/fish/exports.fish @@ -36,6 +36,9 @@ fish_add_path "$YARN_GLOBAL_FOLDER/bin" set -q MASON_HOME; or set -x MASON_HOME "$XDG_DATA_HOME/nvim/mason" fish_add_path "$MASON_HOME/bin" +# Add dotnet tools to path +fish_add_path "$HOME/.dotnet/tools/" + # Set Neovim environment variables test -z "$NVIM_STATE" && set -x NVIM_STATE "$XDG_STATE_HOME/nvim" test -z "$NVIM_CONFIG_HOME" && set -x NVIM_CONFIG_HOME "$XDG_CONFIG_HOME/nvim"