Open pedroxs opened 7 years ago
It seems you are using master, now 3.0 (I can tell because of the resty-call
).
What is your prezto config?
My config for prezto. I just updated from remote and still getting same error.
Hey @AdrieanKhisbe where you able to take a look into this? Do have any tips or point me in a direction where I could debug this on my machine?
I believe this is related to the noclobber option we set in prezto.
This can be overridden on a case by case basis by using >| rather than simply >, or locally disabling the setting (which isn't as easy to do if you're trying to support both bash and zsh)
@belak thanks for the help, I edited resty with your suggestion and it is working now! :+1:
I will submit a PR with my changes so we may close this and related issue I opened on prezto repo.
I am getting the following exceptions when trying resty (latest master branch or v2.3).
I have prezto installed and believe it has something to do with the issue because if I switch to another user (without prezto) everything works fine. The problem is, I have no idea where to start looking to debug this.
I am running
zsh 5.4.2 (x86_64-unknown-linux-gnu)
with Manjaro Linux4.11.12-1-rt16-MANJARO x86_64
Thanks