Michael Aquilina
Michael Aquilina
This PR will help: https://github.com/agnoster/agnoster-zsh-theme/pull/40
This is probably something specific for `oh-my-zsh`. I opened a PR that will allow you to disable it though: https://github.com/agnoster/agnoster-zsh-theme/pull/40
I wasnt aware of this issue existing @apjanke, thanks for the insight. It seems like it might be worth another PR to fix that exact problem?
do you think there would be any negative side effects from using `oh-my-zsh.hide-status`? (Apart from some confusion as to why its being used). I agree that being able to merge...
@ekalinin polite ping about this PR :)
Hi @ekalinin sorry for the late reply! I am not entirely sure I understand what the requested change is though? Can we make something like optional? And is there a...
This issue seems to break my current configuration. Right now I have the following in my sway config ``` exec kanshi ``` as soon as I reload sway as mentioned...
@itapai I have also experienced this issue several times. I've had to stop using kanshi until I can figure a way to work round it / fix the issue
I actually am also tempted to remove this feature from the plugin. It was something I added early on when I thought it might be useful - but as some...
part of the reason why this is not working correctly is that the "lenient" permission matching is not fully correct here: https://github.com/MichaelAquilina/zsh-autoswitch-virtualenv/blob/ecc53e3b01f8553a78a890f35b90f94a761c2156/autoswitch_virtualenv.plugin.zsh#L187 > Would it make more sense to check...