From f1c76a14a1660580f1ef1917372ea7cbac074879 Mon Sep 17 00:00:00 2001 From: mintycube <90507714+mintycube@users.noreply.github.com> Date: Thu, 16 May 2024 21:28:23 +0500 Subject: [PATCH] enable git status --- .config/zsh/.p10k.zsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/zsh/.p10k.zsh b/.config/zsh/.p10k.zsh index 4af8e3a..df90bad 100644 --- a/.config/zsh/.p10k.zsh +++ b/.config/zsh/.p10k.zsh @@ -106,11 +106,11 @@ # proxy # system-wide http/https/ftp proxy # battery # internal battery # wifi # wifi speed - # vcs # git status + vcs # git status # example # example user-defined segment (see prompt_example function below) ) - typeset -g POWERLEVEL9K_DISABLE_GITSTATUS=true + typeset -g POWERLEVEL9K_DISABLE_GITSTATUS=false # Defines character set used by powerlevel10k. It's best to let `p10k configure` set it for you.