Manabu Matsui

Results 6 comments of Manabu Matsui

I also encountered a similar problem. It will wait for a while until it wakes up if my home NAS is in power saving mode. The existence check is done...

I prefer this one. * Skip checking existence in that case The reason is that sometimes I want to cd to a directory on a slow disk, it is useful...

I found that `wait` command in `autoload/commands/__load__` waits for terminating background timeout process created by `__zplug::job::handle::hook()`, which sleeps 60 seconds. ```zsh # Run the timeout process in background { touch...

This issue is about error message when proper awk is not installed. * The error message currently displayed is `Unknown error`, and there is not enough information to read that...

I tried it on another machine in the same way and it worked as expected here. ```console % cat installer.zsh| zsh ✔ Checking if your zsh version is newer than...

In zsh-5.6.2 I found that connecting `echo $jobstates` to pipe will make the output empty even if there are some jobs. This does not occur for zsh 5.4.2. ```console %...