mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-08-07 06:08:39 +02:00
seach show Url of song
This commit is contained in:
parent
4d3ee5c830
commit
3643353e3b
1 changed files with 1 additions and 1 deletions
|
|
@ -387,7 +387,7 @@ function spotify() {
|
||||||
esac
|
esac
|
||||||
|
|
||||||
if [ "$SPOTIFY_PLAY_URI" != "" ]; then
|
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\"";
|
osascript -e "tell application \"Spotify\" to play track \"$SPOTIFY_PLAY_URI\"";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue