dart: add '$HOME/.pub-cache/bin' to PATH instead of '$HOME/.pub-cache'
This commit is contained in:
parent
7717f3e576
commit
28c086eae6
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user