1
0
Fork 0
mirror of https://github.com/romkatv/powerlevel10k.git synced 2024-09-24 12:30:08 +00:00

Added a bit documentation.

This commit is contained in:
Dominik Ritter 2015-03-29 21:55:03 +02:00
parent 731f43e22b
commit 12170c915d

View file

@ -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