diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2019-07-17 20:34:01 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2019-07-17 20:34:01 +0300 |
commit | 389b2ce5c2ceae70a18bad3aa7e2619413daf9ae (patch) | |
tree | bacc89ab4940e49ab609901719d26af50492e301 /config/p10k-lean.zsh | |
parent | 0660d8c97d42c951d6b59702915dc668246124bc (diff) |
prototype for auto-shrinking dir
Diffstat (limited to 'config/p10k-lean.zsh')
-rw-r--r-- | config/p10k-lean.zsh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/p10k-lean.zsh b/config/p10k-lean.zsh index a93678e1..35599886 100644 --- a/config/p10k-lean.zsh +++ b/config/p10k-lean.zsh @@ -112,6 +112,8 @@ fi # Can also be handy when the directory is shortened, as it allows you to see # the full directory that was used in previous commands. typeset -g POWERLEVEL9K_DIR_HYPERLINK=false + typeset -g POWERLEVEL9K_SHORTEN_STRATEGY=truncate_to_unique + typeset -g POWERLEVEL9K_SHORTEN_DELIMITER= # Git status: feature:master#tag ⇣42⇡42 *42 merge ~42 +42 !42 ?42. # We are using parameters defined by the gitstatus plugin. See reference: |