mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-11 00:00:06 +00:00
Merge pull request #1175 from dritter/port_wrboyce_truncation_fix
Fix home dir shortening when using package_name truncation strategy
This commit is contained in:
commit
758bc175d6
1 changed files with 2 additions and 0 deletions
|
@ -905,6 +905,8 @@ prompt_dir() {
|
|||
package_path=${$(pwd)%%/.git*}
|
||||
fi
|
||||
|
||||
[[ ${(L)POWERLEVEL9K_DIR_PATH_ABSOLUTE} != "true" ]] && package_path=${package_path/$HOME/"~"}
|
||||
|
||||
# Replace the shortest possible match of the marked folder from
|
||||
# the current path. Remove the amount of characters up to the
|
||||
# folder marker from the left. Count only the visible characters
|
||||
|
|
Loading…
Reference in a new issue