powerline-shell
powerline-shell copied to clipboard
A beautiful and useful prompt for your shell
This is the error that is printed if you press Ctrl-C when you wait for the prompt: ``` File "/opt/conda/bin/powerline-shell", line 8, in sys.exit(main()) File "/opt/conda/lib/python3.9/site-packages/powerline_shell/__init__.py", line 240, in main...
A rare edge case is possible with the uptime segment where the uptime `re.search` can produce a `None` and so the `.group(0)` will break it. This is a quick fix...
Hello Running windows 10 wsl. Installed Hack windows compatible font from nerdfonts.com Set wsl terminal font to "Hack NFM" Installed powerline-shell. I works.....almost. Segment dividers are shown perfectly. But git...
I added some features to the node_version segment to make it more configurable and fit my needs better. ## Configuration Variables If "requires_package" is set to true, then the segment...
After update got this. Is there way to restore flame theme?  python --version Python 3.10.7
Bash, Zsh, Fish, JSON etc
Following the instructions results in: ```sh $ pip install powerline-shell error: externally-managed-environment ``` There's [a number of workarounds](https://stackoverflow.com/questions/75608323/how-do-i-solve-error-externally-managed-environment-every-time-i-use-pip-3), and the cleanest one seems to be to use `pipx`, so maybe...
Prompt that is longer than terminal size and wraps around, draws the background after prompt incorrectly after prompt reaches bottom of terminal. Environment: - Iterm2 Build 3.0.10 - MacOSX El...
Greetings all, just wanting to have an idea about the project status, whether it is active and accepting PRs. I've sent one, although my question is not about that PR,...
when cd to .../site-package/pyarrow which is a python package, powerline_shell keep poping error messages: Error processing line 1 of /usr/lib/python3/dist-packages/logilab_common-1.8.2-nspkg.pth: Fatal Python error: init_import_site: Failed to import the site module...