Add Flutter location to the path only if the SDK is installed

This commit is contained in:
Gergely Polonkai
2025-09-08 20:16:25 +02:00
parent bb6298753d
commit 8a9f273734

View File

@@ -1 +1,3 @@
if test -d $HOME/.local/flutter/bin
fish_add_path $HOME/.local/flutter/bin fish_add_path $HOME/.local/flutter/bin
end