diff options
author | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2020-09-29 14:26:21 +0300 |
---|---|---|
committer | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2020-09-29 14:26:21 +0300 |
commit | 3586cc8d7e0ec66015052dadf36414615e950e18 (patch) | |
tree | a7c89a6e405b3f244dddc7cf161aecbfbef136aa /internal | |
parent | 71b39f0da9236acb1323f2833e7cec3ef3eda365 (diff) |
expand c-escapes in POWERLEVEL9K_DIR_PATH_SEPARATOR
Diffstat (limited to 'internal')
-rw-r--r-- | internal/p10k.zsh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/p10k.zsh b/internal/p10k.zsh index aeb997c9..7911ad2f 100644 --- a/internal/p10k.zsh +++ b/internal/p10k.zsh @@ -2006,6 +2006,7 @@ prompt_dir() { sep=$_p9k__ret fi _p9k_param $state PATH_SEPARATOR / + _p9k__ret=${(g::)_p9k__ret} (( expand )) && _p9k_escape $_p9k__ret sep+=$_p9k__ret [[ $sep == *%* ]] && sep+=$style |