mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 03:06:40 +00:00
Basic shell setup for flutter development
This commit is contained in:
12
zsh/flutter.zsh
Normal file
12
zsh/flutter.zsh
Normal file
@@ -0,0 +1,12 @@
|
||||
#
|
||||
# Flutter environment setup
|
||||
#
|
||||
|
||||
if [ -d "/opt/flutter/bin" ]; then
|
||||
path_append "/opt/flutter/bin"
|
||||
alias fl="flutter"
|
||||
|
||||
if [ -d "/opt/flutter/bin/cache/dart-sdk/bin" ]; then
|
||||
path_append "/opt/flutter/bin/cache/dart-sdk/bin"
|
||||
fi
|
||||
fi
|
||||
Reference in New Issue
Block a user