From 85b20f560d9e9ea4418596f972a725b3a848329d Mon Sep 17 00:00:00 2001 From: heck Date: Thu, 4 May 2023 15:03:45 +0200 Subject: [PATCH] .. --- bash_profile.d/00_base.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"