7717f3e576
* dart: update to 2.3.1 * dart: attempt to fix path to /bin/sh * dart: add '~/.pub-cache/bin' to PATH (sh/bash only)
4 lines
135 B
Bash
4 lines
135 B
Bash
# Executables installed with 'pub global activate' are available
|
|
# in directory $HOME/.pub-cache.
|
|
export PATH="$HOME/.pub-cache:$PATH"
|