mafredri / zsh-async

Because your terminal should be able to perform tasks asynchronously without external tools!
MIT License
771 stars 35 forks source link

repair zplug erro #21

Closed rinetd closed 6 years ago

rinetd commented 6 years ago

used by zplug "mafredri/zsh-async", from:github

mafredri commented 6 years ago

I don't understand what this fixes, async.plugin.zsh is already a symlink to async.zsh. Are you using a system that does not understand symlinks?

rinetd commented 6 years ago

when I clone this repo, async.plugin.zsh will be treated as a file instead of a symlink

ls -l zsh-async

-rw-rw-r-- 1 ubuntu ubuntu     9 Apr 24 08:37 async.plugin.zsh
-rw-rw-r-- 1 ubuntu ubuntu 14148 Apr 24 08:37 async.zsh
lrwxrwxrwx 1 ubuntu ubuntu     9 Apr 24 08:40 symlink.zsh -> async.zsh  # I create a symlink
mafredri commented 6 years ago

@rinetd I can't reproduce the issue. Did you manage to solve this or is it still a problem?