hacker-quotes
hacker-quotes copied to clipboard
zsh ne detecte pas la commande hacker-quotes
plusieurs installation plusieur redemarrage etc ne marche pas
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 setoh-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... 😓
No juste i follow the documentation or i install just add un repos and déclare in. File
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. 😕