mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 09:26:42 +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
|
||||||
@@ -119,6 +119,7 @@ source "$DOTZSH/tmux.zsh"
|
|||||||
# Development
|
# Development
|
||||||
source "$DOTZSH/android-sdk.zsh"
|
source "$DOTZSH/android-sdk.zsh"
|
||||||
source "$DOTZSH/docker.zsh"
|
source "$DOTZSH/docker.zsh"
|
||||||
|
source "$DOTZSH/flutter.zsh"
|
||||||
source "$DOTZSH/golang.zsh"
|
source "$DOTZSH/golang.zsh"
|
||||||
source "$DOTZSH/google-cloud.zsh"
|
source "$DOTZSH/google-cloud.zsh"
|
||||||
source "$DOTZSH/kubernetes.zsh"
|
source "$DOTZSH/kubernetes.zsh"
|
||||||
|
|||||||
Reference in New Issue
Block a user