Christian Kugler

Results 121 comments of Christian Kugler
trafficstars

I actually had to search for a distro with zsh 5.2 and it might be best to debug it in an environment where it is actually used. PS: Also, my...

Hey @dimitrisfasoulas, do you use `POWERLEVEL9K_PROMPT_ADD_NEWLINE`? If this is the case, I think the position will be adjusted a little bit with the next release (currently on `next` branch). It...

Disclaimer: I'm not commenting on the feature idea, just what possibilities there are that might help you now. > WSL - Windows Subsystem on Linux, it's known that the two...

> Yes, it's definitely not recommended to access Linux files from Windows' side. I corrected that statement shortly before your answer ;) > I configured p9k to truncate path to...

Aww, man, I fixed that ages ago with expanding on this (my favourite) dir shorten strategy... #979 Currently requires `POWERLEVEL9K_SHORTEN_DIR_LENGTH` to be set to something...

> I like that I can see which directories got shortened, and it only costs one character. You can still copy-paste and tab-complete this path, which is the reason I've...

Example: ```zsh mkdir /tmp/bla{\ foo,bar} cd /tmp/bla\ foo ``` To make this usable in copy paste fashion it would need to be `/t/bla\ ` or `/t*/bla\ *`

That is a nice idea! I had [some thoughts](https://gist.github.com/Syphdias/a4e204bd513ebefc8458eab7c562b631) about restructuring the dir segment a little bit...

You will probably need to increase your `HISTFILESIZE` as well. From: https://kevinjalbert.com/more-shell-history/ > * `HISTSIZE` indicates how many commands from your history file are loaded into the shell’s memory >...