Skip to content

Commit

Permalink
More updates to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
noccy80 committed Dec 16, 2016
1 parent cf73737 commit 9504be1
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,3 +122,19 @@ You can add items to different parts of the prompt:
* `--first` places it in the beginning of the prompt
* `--last` places it in the absolute end of the prompt
* `--best` places it as the second last item of the prompt

### Updating themes

You can reload your theme by switching to it again using `phpl-config`, or by calling
`phpl-reload`:

$ phpl-config --theme mytheme
$ phpl-reload --theme

### Integrating

To use the prompt in other ansi-capable scenarios, you can call on `phpl-generate`.
By default, escape sequences will be enclosed within a block of `\[ .. \]`, but this
can be disabled by passing `-r`. You can also specify the working directory with `-d`
and exit code of last process with `-s`.

0 comments on commit 9504be1

Please sign in to comment.