This website works better with JavaScript
Home
Explore
Help
Sign In
HonorLee
/
ohmyzsh
mirror of
https://github.com/ohmyzsh/ohmyzsh.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
osx: fix exit on unknown command in spotify function (
#8375
)
Péter HÉJA
5 years ago
parent
24d83d1e8c
commit
e453731fc9
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
plugins/osx/spotify
+ 1
- 1
plugins/osx/spotify
View File
@@ -470,7 +470,7 @@ while [ $# -gt 0 ]; do
break ;;
* )
showHelp;
-
exit 1
;
+
break
;
esac
done