mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2025-12-04 21:56:46 +01:00
space between >>! and the file name
This commit is contained in:
parent
eaa555c00f
commit
a6eb14db5e
1 changed files with 1 additions and 1 deletions
|
|
@ -126,7 +126,7 @@ typeset -gH _P9K_CACHE_CHANNEL=$(mktemp -u "${TMPDIR:-/tmp}"/p9k_cache_channel.$
|
||||||
_p9k_cache_set() {
|
_p9k_cache_set() {
|
||||||
# Uncomment to see cache misses.
|
# Uncomment to see cache misses.
|
||||||
# echo "cache: ${(qq)1} => ${(qq)2}" >&2
|
# echo "cache: ${(qq)1} => ${(qq)2}" >&2
|
||||||
echo -E "_p9k_cache_data+=(${(qq)1} ${(qq)2})" >>!$_P9K_CACHE_CHANNEL
|
echo -E "_p9k_cache_data+=(${(qq)1} ${(qq)2})" >>! $_P9K_CACHE_CHANNEL
|
||||||
_P9K_RETVAL=$2
|
_P9K_RETVAL=$2
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue