Skip to content
Christopher Vagnetoft edited this page Dec 17, 2016 · 3 revisions

PHPL is the only powerline style prompt you will ever need.

Installer

The latest version of the installer can be found at http://files.noccy.com/phpl/ as phpl-installer.run (direct link) The installer uses the install.sh script with makeself to make setup a breeze. Running the installer again will upgrade the currently installed source, modules and themes but not touch any other files.

Supported shells

The installer will automatically update the .bashrc file if it has not already been done. It should however work with other shells as well:

Bash

This one is obvious, just make sure to source the powerline.sh file from your .bashrc etc:

source ~/.powerline/powerline.sh

Fish

To enable in Fish, edit ~/.config/fish/functions/fish_prompt.fish and add:

function fish_prompt
    phpl-generate -r -s $status
end
Clone this wiki locally