0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-03-04 08:18:54 +00:00
termux-packages/packages/dart/dart-pub-bin.sh
2024-11-09 00:36:12 +08:00

4 lines
152 B
Bash

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