mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-22 04:51:12 +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
|
||||
source ./spotify
|
||||
source ${ZSH}/plugins/osx/spotify
|
||||
|
||||
# Show/hide hidden files in the Finder
|
||||
alias showfiles="defaults write com.apple.finder AppleShowAllFiles -bool true && killall Finder"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue