mirror of
https://github.com/romkatv/powerlevel10k
synced 2025-01-27 16:23:30 +00:00
Added documentation.
This commit is contained in:
parent
2058e56be5
commit
367c354103
@ -109,6 +109,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 'time' segment
|
||||||
|
|
||||||
|
By default the time is show in 'H:M:S' format. If you want to change it,
|
||||||
|
just set another format in your `~/.zshrc`:
|
||||||
|
|
||||||
|
# Reversed time format
|
||||||
|
POWERLEVEL9K_TIME_FORMAT='%D{%S:%M:%H}'
|
||||||
|
|
||||||
#### The VCS Information Segment
|
#### The VCS Information Segment
|
||||||
|
|
||||||
By default, the `vcs` segment will provide quite a bit of information. If you
|
By default, the `vcs` segment will provide quite a bit of information. If you
|
||||||
|
Loading…
Reference in New Issue
Block a user