1
0
Fork 0

Add flutter to PATH

main
Ambrose Chua 2022-02-26 09:27:12 +08:00
parent bd2f24c520
commit 083232305b
1 changed files with 3 additions and 0 deletions

3
.zshrc
View File

@ -78,6 +78,9 @@ fi
if [[ -f "$HOME/go/bin/g" ]]; then
export PATH="$HOME/go/bin:$PATH" GOPATH="$HOME/go" GOROOT="$HOME/.go" # g-install: do NOT edit, see https://github.com/stefanmaric/g
fi
if [[ -d "$HOME/flutter/bin" ]]; then
export PATH="$HOME/flutter/bin:$PATH"
fi
if [[ -d "$HOME/.cargo" ]]; then
export PATH="$HOME/.cargo/bin:$PATH"
fi