powerline-shell icon indicating copy to clipboard operation
powerline-shell copied to clipboard

A beautiful and useful prompt for your shell

Results 119 powerline-shell issues
Sort by recently updated
recently updated
newest added

currently if env var not set it displays None.

Any straightforward way to concat the git branch name? Maybe just display the branch #?

On the default settings, each segment is padded on either end by a space " ". This adds visual appeal and clarity. On the other hand, it adds two characters...

Users can define custom indicators in root segment.

My attempts to run tests with docker kept failing with following message: ``` ERROR: unsatisfiable constraints: php5 (missing): required by: world[php5] ``` I upgraded PHP version to 7 so that...

On git-bash on Windows, the User segment is giving me a unicode error. Python is 3.7, running with bash from git. ``` Traceback (most recent call last): File "C:\Users\A642177\AppData\Local\Programs\Python\Python37\Scripts\powerline-shell-script.py", line...

The SVN repo error appears whenever we `cd` into a non-versioned directory of a checked out repo. `svn status` indicates that the current directory is not versioned yet, but svn...

When adding `powerline-shell` to my `~/.bashrc` following the instructions the prompt did not update when changing directories etc. Using the same config as for zsh only dropping the `--shell` argument...

adding a check for env and providing a default if it does not exist. Configuration can now look like: {"type": "env", "var": "FAKE_ENV", "default":"no fake"}

added mac support and some refactoring