From e9fdcd71ce71244b8d7612e59fa8762aecc79c94 Mon Sep 17 00:00:00 2001 From: karamelmar Date: Tue, 30 Nov 2021 18:44:46 +0100 Subject: [PATCH] layout p10k --- .p10k.zsh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.p10k.zsh b/.p10k.zsh index 55b3a38..adaf99c 100644 --- a/.p10k.zsh +++ b/.p10k.zsh @@ -32,14 +32,14 @@ # The list of segments shown on the left. Fill it with the most important segments. typeset -g POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=( # =========================[ Line #1 ]========================= - #os_icon # os identifier - #context + os_icon # os identifier + context dir # current directory vcs # git status # =========================[ Line #2 ]========================= newline # \n - os_icon - context + #os_icon + #context prompt_char # prompt symbol )