From e33df70b5c193556bf976a7a03230a7c79785c2a Mon Sep 17 00:00:00 2001 From: JohnE Date: Thu, 23 May 2019 21:02:43 -0700 Subject: [PATCH] MOD: ...I also needed to add dart to the path --- .bash_dev | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.bash_dev b/.bash_dev index 8690d01..d9ef1c0 100644 --- a/.bash_dev +++ b/.bash_dev @@ -8,5 +8,8 @@ # LDFLAGS: -L/usr/local/opt/openssl/lib # CPPFLAGS: -I/usr/local/opt/openssl/include +# Dart +export PATH=$PATH:"~/apps/flutter/bin/cache/dart-sdk/bin" + # Dart Flutter Pub installs -export PATH=$PATH:"$HOME/apps/flutter/.pub-cache/bin" +export PATH=$PATH:"~/apps/flutter/.pub-cache/bin"