aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorromkatv <roman.perepelitsa@gmail.com>2020-01-16 01:36:08 +0300
committerromkatv <roman.perepelitsa@gmail.com>2020-01-16 01:36:08 +0300
commit8a9e8791649651044ef2e34732077ac455f18a62 (patch)
tree5edc03ddabaeec06ae150772f4e8d8267c2d1588 /config
parentf85a3a56524f79c52ce367e9d55a2ef275b76155 (diff)
cleanup
Diffstat (limited to 'config')
-rw-r--r--config/p10k-pure.zsh14
1 files 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.