diff --git a/plugins/osx/osx.plugin.zsh b/plugins/osx/osx.plugin.zsh index e8488ebc9..4909e2c14 100644 --- a/plugins/osx/osx.plugin.zsh +++ b/plugins/osx/osx.plugin.zsh @@ -533,7 +533,7 @@ function spotify() { url=${url#$remove} url="http://open.spotify.com/track/$url" cecho "Share URL: $url"; - cecho -n "$url" | pbcopy + echo -n "$url" | pbcopy break;; -h|--help| *)