diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2020-02-21 13:14:06 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2020-02-21 13:14:06 +0300 |
commit | 678733c68f3d367e9019179e03faafd21da40244 (patch) | |
tree | 47c4f5e499ba6728cae6c2458220bbbccae7d495 | |
parent | 126d0175f05999ea91f335ddbacf63d45a295720 (diff) |
pure style: move context to the left; upstream: https://github.com/sindresorhus/pure/pull/530
-rw-r--r-- | config/p10k-pure.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/p10k-pure.zsh b/config/p10k-pure.zsh index 8eeaedac..d0e4da92 100644 --- a/config/p10k-pure.zsh +++ b/config/p10k-pure.zsh @@ -43,9 +43,9 @@ # Left prompt segments. typeset -g POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=( # =========================[ Line #1 ]========================= + context # user@host dir # current directory vcs # git status - context # user@host command_execution_time # previous command duration # =========================[ Line #2 ]========================= newline # \n |