1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2026-02-01 03:47:33 +08:00
This commit is contained in:
Michael Darrin Tisdale 2026-01-23 18:34:38 +03:00 committed by GitHub
commit 2ddcc09fa3
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"