Thanks!
But i needed also to execute "rm -f ~/.zcompdump; compinit" for working (add $fpath and rename file to _sshch was not enough for me). Maybe you will add this information to readme?
Author: @zlaxy
Thanks!
But i needed also to execute "rm -f ~/.zcompdump; compinit" for working (add $fpath and rename file to _sshch was not enough for me). Maybe you will add this information to readme?
But i needed also to execute "rm -f ~/.zcompdump; compinit" for working
(add $fpath and rename file to _sshch was not enough for me).
In my case deleting .zcompdump was not necessary - did you add
autoload -U compinit
compinit
in your .zshrc?
Author: @GHPS
> But i needed also to execute "rm -f ~/.zcompdump; compinit" for working
> (add $fpath and rename file to _sshch was not enough for me).
In my case deleting .zcompdump was not necessary - did you add
```
autoload -U compinit
compinit
```
in your .zshrc?
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Author: @GHPS
Author: @zlaxy
Thanks!
But i needed also to execute "rm -f ~/.zcompdump; compinit" for working (add $fpath and rename file to _sshch was not enough for me). Maybe you will add this information to readme?
Author: @GHPS
In my case deleting .zcompdump was not necessary - did you add
in your .zshrc?