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 ;;
|
||||
|
||||
"quit" )
|
||||
cecho "Quitting Spotify.";
|
||||
if [ "$(osascript -e 'application "Spotify" is running')" = "false" ]; then
|
||||
cecho "Spotify was not running."
|
||||
else
|
||||
cecho "Quitting Spotify.";
|
||||
osascript -e 'tell application "Spotify" to quit';
|
||||
fi
|
||||
break ;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue