Fix import path of the shpotify script

This commit is contained in:
Harish Narayanan 2017-11-14 16:24:41 +00:00
commit 11bd568e42

View file

@ -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"