termux-packages/packages/dart/dart-pub-bin.sh

4 lines
143 B
Bash

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