Unverified Commit e4f6f169 authored by Marc Cornellà's avatar Marc Cornellà
Browse files

fix(copybuffer): show error below the command line

parent 5b4e3ee7
...@@ -5,7 +5,7 @@ copybuffer () { ...@@ -5,7 +5,7 @@ copybuffer () {
if which clipcopy &>/dev/null; then if which clipcopy &>/dev/null; then
printf "%s" "$BUFFER" | clipcopy printf "%s" "$BUFFER" | clipcopy
else else
echo "clipcopy function not found. Please make sure you have Oh My Zsh installed correctly." zle -M "clipcopy not found. Please make sure you have Oh My Zsh installed correctly."
fi fi
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment