From 389b2ce5c2ceae70a18bad3aa7e2619413daf9ae Mon Sep 17 00:00:00 2001 From: romkatv Date: Wed, 17 Jul 2019 19:34:01 +0200 Subject: prototype for auto-shrinking dir --- config/p10k-lean.zsh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config') 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: -- cgit v1.2.3