mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-12-18 05:40:07 +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_WORKDIR_DIRTY=false
|
||||||
local VCS_CHANGESET_PREFIX=''
|
local VCS_CHANGESET_PREFIX=''
|
||||||
if ( $POWERLEVEL9K_SHOW_CHANGESET ); then
|
if ( $POWERLEVEL9K_SHOW_CHANGESET ); then
|
||||||
|
# Just display the first 12 characters of our changeset-ID.
|
||||||
VCS_CHANGESET_PREFIX='%12.12i@'
|
VCS_CHANGESET_PREFIX='%12.12i@'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue