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:
parent
4244d047a0
commit
5f18655eac
1 changed files with 1 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue