mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-01 04:30:37 +02:00
osx plugin's spotify: change quitting w/ closing
Closing is more idiomatic English.
This commit is contained in:
parent
32c8fb3656
commit
c2e63db2fe
1 changed files with 1 additions and 1 deletions
|
|
@ -416,7 +416,7 @@ function spotify() {
|
|||
if [ "$(osascript -e 'application "Spotify" is running')" = "false" ]; then
|
||||
cecho "Spotify was not running."
|
||||
else
|
||||
cecho "Quitting Spotify.";
|
||||
cecho "Closing Spotify.";
|
||||
osascript -e 'tell application "Spotify" to quit';
|
||||
fi
|
||||
break ;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue