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

zsh ne detecte pas la commande hacker-quotes

Open backl1n opened this issue 3 years ago • 3 comments

plusieurs installation plusieur redemarrage etc ne marche pas

backl1n avatar Oct 13 '21 16:10 backl1n

zsh ne detecte pas la commande hacker-quotes

plusieurs installation plusieur redemarrage etc ne marche pas

translate to English:

zsh does not detect the hacker-quotes command

several installations several restarts etc. does not work

@backl1n This repo is a oh-my-zsh plugin, not a command.

  • 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


PS: Sorry for my procrastinated reply... 😓

oldratlee avatar Jul 21 '22 10:07 oldratlee

No juste i follow the documentation or i install just add un repos and déclare in. File

backl1n avatar Jul 21 '22 11:07 backl1n

No juste i follow the documentation or i install just add un repos and déclare in. File

translate to English:

No. just i follow the documentation or i install just add a repos and declare in File

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

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

# run without debug mode
source hacker-quotes.plugin.zsh

and pls post the debug mode output content for troubleshooting. ❤️


if running script file hacker-quotes.plugin.zsh directly is ok, maybe there is some confliction problems with other oh-my-zsh plugins. 😕

oldratlee avatar Jul 21 '22 11:07 oldratlee