mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-08-13 08:37:20 +02:00
fix(copybuffer): show error below the command line
This commit is contained in:
@ -5,7 +5,7 @@ copybuffer () {
|
||||
if which clipcopy &>/dev/null; then
|
||||
printf "%s" "$BUFFER" | clipcopy
|
||||
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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user