From 11bd568e4236ab58f89a19c09006cf14da17a42f Mon Sep 17 00:00:00 2001 From: Harish Narayanan Date: Tue, 14 Nov 2017 16:24:41 +0000 Subject: [PATCH] Fix import path of the shpotify script --- plugins/osx/osx.plugin.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/osx/osx.plugin.zsh b/plugins/osx/osx.plugin.zsh index 2e13d0360..b7d6aca72 100644 --- a/plugins/osx/osx.plugin.zsh +++ b/plugins/osx/osx.plugin.zsh @@ -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"