Roman Perepelitsa

Results 656 comments of Roman Perepelitsa

@Turiok You get an error on `vi-git-untracked:local:8` when using zsh 5.7.1? This is surprising because that error is caused by a bug in ZSH that was fixed in 5.1. Perhaps...

@chandrahas-abburi > My version on centos is 5.0.2 and i cant upgrade from it. any leads on what i can do? There are a few options. - Find a way...

It's not my call, but if you opt for using `PYENV_VERSION`, it's safer to treat it the same way `pyenv` command treats it. If `pyenv` strips off `python-` prefix, you...

> Dude, you should follow the manual of a command line tool. `python-3.7.3` with prefix `python-` is not a canonical version name. `pypy3.6-7.1.1` is another thing, don't mix theme together....

> What I categorically disagree with you is that `PYENV_VERSION=python-3.7.3` with prefix `python-` is a wrong use. The manual/tutorial/wiki never tells you to do it like this. I don't understand...

> 1. is there a way to make it have flames after each folder: > ![image](https://user-images.githubusercontent.com/30849091/71533644-fd360400-28c7-11ea-9926-7ab4bed674fa.png) This should work: ```zsh # User-define prompt segment: my_fire_dir. # It's a good idea...

> This really isn't a prezto issue at all, is it? Prezto enables `path_dirs`, which the vast majority of users don't need, including those that actually know what this option...

The icons on your screenshot are too small.

> I wish these changes could be upstreamed. Any hopes of that happening? My changes are open source with a permissive license. Go ahead and try to push them upstream...