Skip to content

npm install script not working correctly #111

@juanCortelezzi

Description

@juanCortelezzi

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:

  1. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions