mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-22 20:30:07 +00:00
Adding reference for truncate_to_unique
code.
This commit is contained in:
parent
5923aaf07d
commit
e464b4e2a5
1 changed files with 1 additions and 1 deletions
|
@ -711,7 +711,7 @@ prompt_dir() {
|
||||||
;;
|
;;
|
||||||
truncate_to_unique)
|
truncate_to_unique)
|
||||||
# for each parent path component find the shortest unique beginning
|
# for each parent path component find the shortest unique beginning
|
||||||
# characters sequence
|
# characters sequence. Source: https://stackoverflow.com/a/45336078
|
||||||
paths=(${(s:/:)PWD})
|
paths=(${(s:/:)PWD})
|
||||||
cur_path='/'
|
cur_path='/'
|
||||||
cur_short_path='/'
|
cur_short_path='/'
|
||||||
|
|
Loading…
Reference in a new issue