mirror of
https://github.com/arcan1s/dotfiles.git
synced 2025-11-12 20:03:41 +00:00
add garmin.zsh
This commit is contained in:
4
zsh/garmin.zsh
Normal file
4
zsh/garmin.zsh
Normal file
@ -0,0 +1,4 @@
|
||||
GARMIN_SDK_CONFIG="$HOME/.Garmin/ConnectIQ/current-sdk.cfg"
|
||||
if [ -f "$GARMIN_SDK_CONFIG" ]; then
|
||||
export PATH="$(cat "$GARMIN_SDK_CONFIG")/bin:$PATH"
|
||||
fi
|
||||
Reference in New Issue
Block a user