diff --git a/plugins/rbw/rbw.plugin.zsh b/plugins/rbw/rbw.plugin.zsh index 0b55e6e5f..2077d0a7f 100644 --- a/plugins/rbw/rbw.plugin.zsh +++ b/plugins/rbw/rbw.plugin.zsh @@ -36,7 +36,7 @@ function rbwpw { echo -n "$_random" > "$_cache" # Use clipcopy to copy the password to the clipboard - echo -n $pw | clipcopy + echo -n "$pw" | clipcopy echo "password for $service copied!" # Clear the clipboard after 20 seconds, but only if the clipboard hasn't