-
-
Notifications
You must be signed in to change notification settings - Fork 66
Description
Describe the bug
When installing via npm, typewritten.zsh and async.zsh were not symlinked to /usr/local/share/zsh/site-functions the directory did not exist.
It also created a new .zshrc on my $HOME directory, instead of my $ZDOTDIR directory.
To Reproduce
Steps to reproduce the behavior:
npm install -g typewritten
Expected behavior
The script should symlynk the corresponding files to $FPATH, and respect the $ZDOTDIR env variable
Desktop (please complete the following information):
- manjaro linux gnome editon
Additional context
I was able to install it correctly by symlinking the typewritten.zsh file to a directory inside $FPATH.
I asume the script did not work correctly because in my machine the directory /usr/local/share/zsh did not exist.
What I did not do was to symlink the async.zsh file, but it seems to work fine for me, please let me know how much this action could affect performance.