mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-29 04:53:17 +02:00
Fix import path of the shpotify script
This commit is contained in:
parent
9fe99694b5
commit
11bd568e42
1 changed files with 1 additions and 1 deletions
|
|
@ -277,7 +277,7 @@ EOF
|
||||||
}
|
}
|
||||||
|
|
||||||
# Spotify control function
|
# Spotify control function
|
||||||
source ./spotify
|
source ${ZSH}/plugins/osx/spotify
|
||||||
|
|
||||||
# Show/hide hidden files in the Finder
|
# Show/hide hidden files in the Finder
|
||||||
alias showfiles="defaults write com.apple.finder AppleShowAllFiles -bool true && killall Finder"
|
alias showfiles="defaults write com.apple.finder AppleShowAllFiles -bool true && killall Finder"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue