ERROR: Could not automagically symlink the prompt. Either:
1. Checkout the readme on how todo it manually: github.com/sindresorhus/pure2.Oradd the followingto your `.zshrc`:
fpath+=('/home/ah/.npm-global/lib/node_modules/pure-prompt/functions')
+ pure-prompt@1.9.0
added 1packagefrom1 contributor in3.685s
Basically means:
The package was installed successfully
In order to use the tool from your command-line, you have to manually add its path to your zsh config file. Just do as it says in (2.):
Marco Alka
Software Engineer, Technical Consultant & Mentor
ERROR: Could not automagically symlink the prompt. Either: 1. Check out the readme on how to do it manually: github.com/sindresorhus/pure 2. Or add the following to your `.zshrc`: fpath+=('/home/ah/.npm-global/lib/node_modules/pure-prompt/functions') + pure-prompt@1.9.0 added 1 package from 1 contributor in 3.685sBasically means:
which you can do by issuing the following command:
$ echo "fpath+=('/home/ah/.npm-global/lib/node_modules/pure-prompt/functions')" >> ~/.zshrcAfter that, restart the terminal or reload the profile:
$ . ~/.zshrc