Added Flutter env config to bashrc
This commit is contained in:
parent
14ff7289af
commit
c715f9533a
1 changed files with 5 additions and 0 deletions
|
@ -43,3 +43,8 @@ fi
|
||||||
if [ -f ~/.bash_exec ]; then
|
if [ -f ~/.bash_exec ]; then
|
||||||
source ~/.bash_exec
|
source ~/.bash_exec
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
FLUTTER_PATH="/opt/flutter/bin"
|
||||||
|
if test -d "$FLUTTER_PATH"; then
|
||||||
|
export PATH="$FLUTTER_PATH:$PATH"
|
||||||
|
fi
|
||||||
|
|
Loading…
Reference in a new issue