From 03b4d55095ddb872b89b50896c2aea84e5fba5d0 Mon Sep 17 00:00:00 2001 From: Yuan Chiu Date: Sun, 4 May 2025 21:39:43 +0800 Subject: [PATCH] =?UTF-8?q?.p10k=5Fserver:=20=E4=B8=8D=E9=A1=AF=E7=A4=BA?= =?UTF-8?q?=E5=89=8D=E7=B6=B4=E5=AD=97=20git,=20EXECUTION=5FTIME?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .p10k_server.zsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.p10k_server.zsh b/.p10k_server.zsh index 38b30c0..1f76ea2 100644 --- a/.p10k_server.zsh +++ b/.p10k_server.zsh @@ -500,7 +500,7 @@ # Custom icon. # typeset -g POWERLEVEL9K_VCS_VISUAL_IDENTIFIER_EXPANSION='⭐' # Custom prefix. - typeset -g POWERLEVEL9K_VCS_PREFIX='%fon ' + # typeset -g POWERLEVEL9K_VCS_PREFIX='%fon ' # Show status of repositories of these types. You can add svn and/or hg if you are # using them. If you do, your prompt may become slow even when your current directory @@ -561,7 +561,7 @@ # Custom icon. # typeset -g POWERLEVEL9K_COMMAND_EXECUTION_TIME_VISUAL_IDENTIFIER_EXPANSION='⭐' # Custom prefix. - typeset -g POWERLEVEL9K_COMMAND_EXECUTION_TIME_PREFIX='%ftook ' + # typeset -g POWERLEVEL9K_COMMAND_EXECUTION_TIME_PREFIX='%ftook ' #######################[ background_jobs: presence of background jobs ]####################### # Don't show the number of background jobs.