diff options
author | mahi97 <mohammadmahdi76@gmail.com> | 2016-09-01 01:52:43 +0430 |
---|---|---|
committer | mahi97 <mohammadmahdi76@gmail.com> | 2016-09-01 01:52:43 +0430 |
commit | d6e032035cde237f09306ea6670a22e5994c38f4 (patch) | |
tree | b57c7d80f34670f724a1922ee6256ed0cb5286db | |
parent | f820345afa9d500f0ff6b1ad1c45d4d37ef7d88a (diff) | |
download | zsh-d6e032035cde237f09306ea6670a22e5994c38f4.tar.gz zsh-d6e032035cde237f09306ea6670a22e5994c38f4.tar.bz2 zsh-d6e032035cde237f09306ea6670a22e5994c38f4.zip |
seach show Url of song
-rw-r--r-- | plugins/osx/osx.plugin.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/osx/osx.plugin.zsh b/plugins/osx/osx.plugin.zsh index d75e3d2d6..aa6a256c1 100644 --- a/plugins/osx/osx.plugin.zsh +++ b/plugins/osx/osx.plugin.zsh @@ -387,7 +387,7 @@ function spotify() { esac if [ "$SPOTIFY_PLAY_URI" != "" ]; then - cecho "Playing ($Q Search) -> Spotify URL: $"; + cecho "Playing ($Q Search) -> Spotify URL: $SPOTIFY_PLAY_URI"; osascript -e "tell application \"Spotify\" to play track \"$SPOTIFY_PLAY_URI\""; |