1
0
Fork 0

Add Dart pub cache bin

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

2
.zshrc
View File

@ -79,7 +79,7 @@ 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"
export PATH="$HOME/flutter/bin:$HOME/.pub-cache/bin:$PATH"
fi
if [[ -d "$HOME/.cargo" ]]; then
export PATH="$HOME/.cargo/bin:$PATH"