1
0
Fork 0
mirror of https://gitlab.com/mlunax/dotfiles.git synced 2025-04-18 08:16:51 +00:00

fix flutter path

This commit is contained in:
lunax 2020-01-27 12:18:46 +01:00
parent 9629cce514
commit 8ebe5fa588
No known key found for this signature in database
GPG key ID: 364432466E2171B9

View file

@ -1,3 +1,3 @@
# Flutter
source $OTHER/env.zsh
grep -q 'flutter' <<< $devTools && export PATH="$PATH:$HOME/development/flutterxd/bin"
grep -q 'flutter' <<< $devTools && export PATH="$PATH:$HOME/.development/flutter/bin"