1
0
Fork 0
mirror of https://github.com/romkatv/powerlevel10k.git synced 2024-11-25 21:40:08 +00:00

declare _p9k__docker_up up front

This commit is contained in:
Richard Ziegler 2021-03-08 12:22:46 -05:00
parent 4244d047a0
commit 5f18655eac

View file

@ -1273,6 +1273,7 @@ function _p9k_prompt_docker_init() {
# Declare global variable to hold the segment content
typeset -g _p9k__docker_segment=
typeset -g _p9k__docker_up=
# Register this segment for async computation. Again note the pattern
_p9k__async_segments_compute+='_p9k_worker_invoke docker _p9k_prompt_docker_compute'