mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-11 00:00:06 +00:00
Added a bit documentation.
This commit is contained in:
parent
731f43e22b
commit
12170c915d
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ autoload -Uz vcs_info
|
|||
local VCS_WORKDIR_DIRTY=false
|
||||
local VCS_CHANGESET_PREFIX=''
|
||||
if ( $POWERLEVEL9K_SHOW_CHANGESET ); then
|
||||
# Just display the first 12 characters of our changeset-ID.
|
||||
VCS_CHANGESET_PREFIX='%12.12i@'
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue