This commit is contained in:
Michael Darrin Tisdale 2026-03-05 20:51:13 -05:00 committed by GitHub
commit be39f15a79
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -310,7 +310,7 @@ _freespace() {
compdef _freespace freespace
# Music / iTunes control function
source "${0:h:A}/music"
[[ -f "${0:h:A}/music" ]] && source "${0:h:A}/music"
# Spotify control function
source "${0:h:A}/spotify"
[[ -f "${0:h:A}/spotify" ]] && source "${0:h:A}/spotify"