mirror of
https://gitlab.com/mlunax/dotfiles.git
synced 2025-04-19 08:45:36 +00:00
fix flutter path
This commit is contained in:
parent
9629cce514
commit
8ebe5fa588
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
||||||
# Flutter
|
# Flutter
|
||||||
source $OTHER/env.zsh
|
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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue