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

The Node segment is unaware of NVM, and only displays the system Node version

Can't find any guide on updating `PS2` to `PS4` as we may easily find on steps to update `PS1`.

I had to look into the code to understand what you meant by "This can be changed by changing the "mode" option in the config file". An example would help.

This PR makes the "battery directory could not be found" warning optional, for the case in which the user shares dotfiles between computers, some of which have batteries and some...

Sometimes, the virtualenv name can get really long, and the user may not have a choice to rename it (for example, if they're using pyenv). This pull request allows `POWERLINE_ENV_NAME`...

Since I downloaded powerline-shell the directory separators have been misaligned like [this](https://imgur.com/a/CINvMir). Any way to make them all move one to the right?

Using gitbash .bashrc file: ``` function _update_ps1() { PS1="$(powerline-shell $?)" } if [ "$TERM" != "linux" ]; then PROMPT_COMMAND="_update_ps1; $PROMPT_COMMAND" fi ``` conf file: ```json { "segments": [ "virtual_env", "username",...

Change env to only show environment variable value on powerline when variable exists