From 8a9e8791649651044ef2e34732077ac455f18a62 Mon Sep 17 00:00:00 2001 From: romkatv Date: Wed, 15 Jan 2020 23:36:08 +0100 Subject: [PATCH] cleanup --- config/p10k-pure.zsh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/config/p10k-pure.zsh b/config/p10k-pure.zsh index e579cd2e..1bdc58a7 100644 --- a/config/p10k-pure.zsh +++ b/config/p10k-pure.zsh @@ -32,13 +32,13 @@ # Left prompt segments. typeset -g POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=( - dir # current directory - vcs # git status - context # user@host - command_execution_time # previous command duration - newline # \n - virtualenv # python virtual environment - prompt_char # prompt symbol + dir # current directory + vcs # git status + context # user@host + command_execution_time # previous command duration + newline # \n + virtualenv # python virtual environment + prompt_char # prompt symbol ) # Right prompt segments.