simplify setup
This commit is contained in:
parent
c8e94509de
commit
503659303e
1 changed files with 2 additions and 2 deletions
|
|
@ -96,11 +96,11 @@ For example:
|
||||||
```sh
|
```sh
|
||||||
|
|
||||||
# Load Liquid Prompt.
|
# Load Liquid Prompt.
|
||||||
source ~/.liquidprompt
|
source ~/liquidprompt/liquidprompt
|
||||||
# Configure the desired variant.
|
# Configure the desired variant.
|
||||||
DOTMATRIX_VARIANT="chevron"
|
DOTMATRIX_VARIANT="chevron"
|
||||||
# Load the theme.
|
# Load the theme.
|
||||||
source ~/code/liquidprompt/themes/dotmatrix/dotmatrix.theme && lp_theme dotmatrix
|
source ~/lp-dotmatrix/dotmatrix.theme && lp_theme dotmatrix
|
||||||
```
|
```
|
||||||
|
|
||||||
NOTE: The recommended segment markers (the "chevron" variant) uses characters in the private section of unicode
|
NOTE: The recommended segment markers (the "chevron" variant) uses characters in the private section of unicode
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue