mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-23 02:35:38 +01:00
Merge bc95146445 into 99b243b9a9
This commit is contained in:
commit
3af53fcd31
1 changed files with 2 additions and 2 deletions
|
|
@ -310,7 +310,7 @@ _freespace() {
|
||||||
compdef _freespace freespace
|
compdef _freespace freespace
|
||||||
|
|
||||||
# Music / iTunes control function
|
# Music / iTunes control function
|
||||||
source "${0:h:A}/music"
|
[[ -f "${0:h:A}/music" ]] && source "${0:h:A}/music"
|
||||||
|
|
||||||
# Spotify control function
|
# Spotify control function
|
||||||
source "${0:h:A}/spotify"
|
[[ -f "${0:h:A}/spotify" ]] && source "${0:h:A}/spotify"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue