mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-11 00:00:06 +00:00
cheaper cache key in dir
This commit is contained in:
parent
c6c0ee59d7
commit
8cb81ecd90
1 changed files with 1 additions and 1 deletions
|
@ -1459,7 +1459,7 @@ prompt_dir() {
|
|||
else
|
||||
local mtime='good'
|
||||
fi
|
||||
if ! _p9k_cache_ephemeral_get $0 "${parts[@]}" || [[ -z $mtime || $mtime != $_p9k_cache_val[1] ]] ; then
|
||||
if ! _p9k_cache_ephemeral_get $0 $e $i $_p9k_pwd || [[ -z $mtime || $mtime != $_p9k_cache_val[1] ]] ; then
|
||||
_p9k_prompt_length $delim
|
||||
local -i real_delim_len=_p9k_ret q=0
|
||||
[[ -n $parts[i-1] ]] && parts[i-1]="\${(Q)\${:-${(qqq)${(q)parts[i-1]}}}}"$'\2'
|
||||
|
|
Loading…
Reference in a new issue