Dominik Ritter

Results 26 comments of Dominik Ritter

@leodido99 Sorry for the delay. What version of ZSH do you have on your embedded system?

Crazy. If I set this option, I get no error message, but the prompt is pretty broken. Looks like we need to set `noposixargzero`. But to be honest that has...

The `pathPrefix` is to prepend either `/...` or `~/...` to the truncated path, depending if the user is inside the home directory or not. I did this, because IMHO the...

> Well, currently not every strategy used the prefix thing, so I'm opting to not use it. ;-) Not yet. But this is on my todo list in my head....

@ccjensen the only thing that holds us back from merging is that we consider this PR as a new feature, and we are currently working hard to push out a...

Hi @grzesuav , I think this would be a cool addition. If you want to implement such change, please do it on top of the `next` branch, which is our...

@romkatv I agree. We should generalize that approach. I'm always bugged by single purpose variables. @grzesuav [Here](https://github.com/bhilburn/powerlevel9k/blob/110efcbee73fcaa24fdbc59fb99ee5f53d156768/generator/default.p9k#L298-L302) is the main loop @romkatv was talking about (at least for the left...

HI @jonathaw ! Yes, there is. But only on a segment level. So it will impact all repositories. But it is possible to enable or disable certain features on a...

Holy moly! That is huge! It is indeed strange that the actual segment is slower than the `prompt_vcs` function. Not sure what is causing this. Tracing the VCS segment in...

This should work today (you need to change `specialConfigDir`: ```zsh function p9kDirSpecificConfiguration(){ local specialConfigDir="/Users/dr/test/chromium" if [[ "${PWD[0,${#specialConfigDir}]}" != "${specialConfigDir}" ]]; then if [[ -n "${OLD_P9K_VCS_GIT_HOOKS}" ]]; then # Restore possible...