mirror of
https://github.com/termux/termux-packages.git
synced 2025-01-19 16:52:16 +00:00
4 lines
152 B
Bash
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}"
|