jldeen / dotfiles

@jldeen does dotfiles
https://jessicadeen.com/badass-terminal-wsl-macos-and-ubuntu-dotfiles-update/
MIT License
247 stars 120 forks source link

Az and kube context overlay #29

Closed tommasodotNET closed 3 years ago

tommasodotNET commented 3 years ago

I had a previous installation of these dotfiles in a WSL environment (Ubuntu 18.04) running on Windows Terminal and everything was working fine.

Recently, I've created a new profile on my laptop for work, installed a new WSL env (actually two - Ubuntu 18.04 and 20.04) and run the installation script. Then I set up powerlevel10k as a theme for zsh and got this strange overlay with Azure context and Kubecontext: image Looks like the two contexts are pushing the clock to the left, overlapping with the current folder context.

I thought it could have been a problem with a recent update of powerlevel10k, so I tried updating the theme in my old profile. It is still working fine over there.

tommasodotNET commented 3 years ago

Related to https://github.com/romkatv/powerlevel10k/issues/1304