mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-12-19 05:51:57 +00:00
formatting
This commit is contained in:
parent
f20faf175b
commit
8f1dcdca84
1 changed files with 1 additions and 1 deletions
|
@ -1664,7 +1664,7 @@ prompt_vcs() {
|
||||||
# in the format of gitstatus. See https://github.com/romkatv/gitstatus. If you enable gitstatus,
|
# in the format of gitstatus. See https://github.com/romkatv/gitstatus. If you enable gitstatus,
|
||||||
# it'll define POWERLEVEL9K_VCS_STATUS_COMMAND for you. To disable, you can explicitly set
|
# it'll define POWERLEVEL9K_VCS_STATUS_COMMAND for you. To disable, you can explicitly set
|
||||||
# POWERLEVEL9K_VCS_STATUS_COMMAND="".
|
# POWERLEVEL9K_VCS_STATUS_COMMAND="".
|
||||||
if [[ -z $POWERLEVEL9K_VCS_STATUS_COMMAND ]]; then
|
if [[ -z $POWERLEVEL9K_VCS_STATUS_COMMAND ]]; then
|
||||||
VCS_WORKDIR_DIRTY=false
|
VCS_WORKDIR_DIRTY=false
|
||||||
VCS_WORKDIR_HALF_DIRTY=false
|
VCS_WORKDIR_HALF_DIRTY=false
|
||||||
local current_state=""
|
local current_state=""
|
||||||
|
|
Loading…
Reference in a new issue