-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Christopher Vagnetoft edited this page Dec 17, 2016
·
3 revisions
PHPL is the only powerline style prompt you will ever need.
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.
The installer will automatically update the .bashrc
file if it has not already been done. It should however work with other shells as well:
This one is obvious, just make sure to source the powerline.sh
file from your .bashrc
etc:
source ~/.powerline/powerline.sh
To enable in Fish, edit ~/.config/fish/functions/fish_prompt.fish
and add:
function fish_prompt
phpl-generate -r -s $status
end