dart: add '$HOME/.pub-cache/bin' to PATH instead of '$HOME/.pub-cache'

This commit is contained in:
Leonid Pliushch 2019-05-23 00:25:00 +03:00
parent 7717f3e576
commit 28c086eae6
1 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
# Executables installed with 'pub global activate' are available
# in directory $HOME/.pub-cache.
export PATH="$HOME/.pub-cache:$PATH"
# in directory $HOME/.pub-cache/bin.
export PATH="$HOME/.pub-cache/bin:$PATH"