Roman Perepelitsa

Results 649 comments of Roman Perepelitsa

You can try binding a non-fzf widget.

> my specific scenario is that i'd like to capture the time at which the command was run. i put the time in RIGHT_SEGMENTS for the interactive prompt, but would...

Thanks for opening this issue. Do you know how exactly VSCode activates venv? What do I need to do to activate venv myself through VSCode?

I cannot offer to debug the problem but if you figure out what VSCode does, and describe what exactly I need to click/type in VSCode to activate venv, there is...

Shot in the dark: try adding `VIRTUAL_ENV` to `$Z4H/zsh4humans/.tmux.conf`.

I think you have 64 bit kernel with a 32 bit userspace. There is no prebuilt gitstatusd binary for that. You can try compiling gitstatusd yourself, although it's probably wiser...

> ``` > tar.exe: Error opening archive: Failed to open '/tmp/gitstatus-install.ozq5uyuUBp/1.tar.gz' > ``` This is the culprit. I don't know why this happens.

1 is a good option, and so is 3.

For (1), you can start with this: ```bash source ~/gitstatus/gitstatus.plugin.sh function my_set_prompt() { PS1='\w' if gitstatus_query && [[ "$VCS_STATUS_RESULT" == ok-sync ]]; then if [[ -n "$VCS_STATUS_LOCAL_BRANCH" ]]; then PS1+="...