diff --git a/conf.d/flutter.fish b/conf.d/flutter.fish index 822c545..22814c0 100644 --- a/conf.d/flutter.fish +++ b/conf.d/flutter.fish @@ -1 +1,3 @@ -fish_add_path $HOME/.local/flutter/bin +if test -d $HOME/.local/flutter/bin + fish_add_path $HOME/.local/flutter/bin +end