mirror of
https://github.com/arcan1s/dotfiles.git
synced 2025-11-12 12:03:40 +00:00
5 lines
154 B
Bash
5 lines
154 B
Bash
GARMIN_SDK_CONFIG="$HOME/.Garmin/ConnectIQ/current-sdk.cfg"
|
|
if [ -f "$GARMIN_SDK_CONFIG" ]; then
|
|
export PATH="$(cat "$GARMIN_SDK_CONFIG")/bin:$PATH"
|
|
fi
|