diff --git a/bash_profile.d/00_base.sh b/bash_profile.d/00_base.sh index f3887cb..d873bc1 100644 --- a/bash_profile.d/00_base.sh +++ b/bash_profile.d/00_base.sh @@ -25,7 +25,7 @@ if [ $(uname) == "Darwin" ]; then { ## PATH #rust export PATH="$HOME/.cargo/bin:$PATH" -A + #flutter export PATH="$HOME/src/flutter-sdk/bin/:$PATH"