mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-01 04:30:37 +02:00
Rearranging output as per peer feedback
This commit is contained in:
parent
ed4c40e340
commit
32c8fb3656
1 changed files with 1 additions and 1 deletions
|
|
@ -413,10 +413,10 @@ function spotify() {
|
||||||
break ;;
|
break ;;
|
||||||
|
|
||||||
"quit" )
|
"quit" )
|
||||||
cecho "Quitting Spotify.";
|
|
||||||
if [ "$(osascript -e 'application "Spotify" is running')" = "false" ]; then
|
if [ "$(osascript -e 'application "Spotify" is running')" = "false" ]; then
|
||||||
cecho "Spotify was not running."
|
cecho "Spotify was not running."
|
||||||
else
|
else
|
||||||
|
cecho "Quitting Spotify.";
|
||||||
osascript -e 'tell application "Spotify" to quit';
|
osascript -e 'tell application "Spotify" to quit';
|
||||||
fi
|
fi
|
||||||
break ;;
|
break ;;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue