mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-12 08:10:07 +00:00
Added documentation.
This commit is contained in:
parent
291bcddd10
commit
fea1d7ec5e
1 changed files with 8 additions and 0 deletions
|
@ -110,6 +110,14 @@ elements (it is by default), and define a `DEFAULT_USER` in your `~/.zshrc`:
|
||||||
|
|
||||||
export DEFAULT_USER=<your username>
|
export DEFAULT_USER=<your username>
|
||||||
|
|
||||||
|
#### The `dir` segment
|
||||||
|
|
||||||
|
The `dir` segment shows the current working directory. You can limit the output
|
||||||
|
to a certain length:
|
||||||
|
|
||||||
|
# Limit to 20 characters
|
||||||
|
POWERLEVEL9K_SHORTEN_PWD_LENGTH=20
|
||||||
|
|
||||||
#### The 'time' segment
|
#### The 'time' segment
|
||||||
|
|
||||||
By default the time is show in 'H:M:S' format. If you want to change it,
|
By default the time is show in 'H:M:S' format. If you want to change it,
|
||||||
|
|
Loading…
Reference in a new issue