Roman Perepelitsa
Roman Perepelitsa
What happens if you remove all of your manual changes?
You can run z4h installer again to get pristine `.zshrc` and `.zshenv`. It'll backup your rc files, so they won't be lost. After that remove `start-tmux`, add `zstyle ':z4h:' prompt-at-bottom...
By the way, prompt at the bottom is better even if unusual. With the conventional setup prompt starts at the top and gradually descends to the bottom as you are...
Can you post `.zshrc` and `.zshenv` once again? I need the version that exhibits the problem and deviates as little as possible from the default files. Also attach your `.p10k.zsh`....
That line instructs z4h to auto-start tmux if you have it. I guess you don't have it, so z4h does nothing. If you comment out that line, you get integrated...
Got it. I'll try to reproduce it with your configs once I get home. In the meantime could you check the version of Windows Terminal? Also, which Linux distribution are...
ArchWSL isn't something I can install on my dev machine (too risky for my taste). I'll try it first on Ubuntu. If that doesn't work (or rather if z4h works...
> ``` > mkdir -p /tmp/zsh && cd /tmp/zsh > curl -fSLO -- "https://github.com/romkatv/zsh-bin/releases/download/v3.0.1/zsh-5.8-darwin-x86_64.tar.gz" > tar -xzf zsh-5.8-darwin-x86_64.tar.gz > mv zsh-5.8-darwin-x86_64 zsh > ./zsh/share/zsh/5.8/scripts/relocate > ./zsh/bin/zsh > ``` This will...
Merged. Note that I renamed `arch` to `cpu_arch`, removed `POWERLEVEL9K_ARCH_DEFAULT` and added state. If you've been using the code from the PR, you'll need to update `.p10k.zsh`.
@lied If you do that, you won't be able to invoke standard Windows binaries. For many (myself included) this would be a deal breaker.