hacker-quotes icon indicating copy to clipboard operation
hacker-quotes copied to clipboard

Hacker Quotes not working

Open ernang opened this issue 3 years ago • 2 comments

I have the plugin installed, but it does not show any quote

ernang avatar Nov 07 '21 18:11 ernang

@eur1p3des try

  • This is a oh-my-zsh plugin. Do you install and set oh-my-zsh properly?
  • Just add hacker-quotes plugins array.
  • Start a new shell.

quote from https://github.com/oldratlee/hacker-quotes/issues/3#issuecomment-618936275

more about installation see the README:

https://github.com/oldratlee/hacker-quotes#how-to-install


run script hacker-quotes.plugin.zsh with debug mode by below command, check the output:

(set -x; source hacker-quotes.plugin.zsh)

pls post the debug output content to troubleshooting.

oldratlee avatar Jul 21 '22 10:07 oldratlee