diff options
Diffstat (limited to 'src/config/files/shell/.p10k.zsh')
-rw-r--r-- | src/config/files/shell/.p10k.zsh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config/files/shell/.p10k.zsh b/src/config/files/shell/.p10k.zsh index aa8ea94..54eea45 100644 --- a/src/config/files/shell/.p10k.zsh +++ b/src/config/files/shell/.p10k.zsh @@ -37,7 +37,7 @@ vcs # git status # =========================[ Line #2 ]========================= -# newline # \n + newline # \n prompt_char # prompt symbol ) @@ -217,7 +217,7 @@ typeset -g POWERLEVEL9K_CONTEXT_{DEFAULT,ROOT,REMOTE_SUDO,REMOTE,SUDO}_SUFFIX='] typeset -g POWERLEVEL9K_DIR_FOREGROUND=002 # If directory is too long, shorten some of its segments to the shortest possible unique # prefix. The shortened directory can be tab-completed to the original. - typeset -g POWERLEVEL9K_SHORTEN_STRATEGY=truncate_to_unique + typeset -g POWERLEVEL9K_SHORTEN_STRATEGY=truncate_to_last #tab-completed #truncate_to_unique # Replace removed segment suffixes with this symbol. typeset -g POWERLEVEL9K_SHORTEN_DELIMITER= # Color of the shortened directory segments. |