From c3ddca85ff33f30daf209e1863459f3ca38ce054 Mon Sep 17 00:00:00 2001 From: Roman Perepelitsa Date: Wed, 11 Mar 2020 21:36:08 +0100 Subject: [PATCH] notes --- internal/notes.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/internal/notes.txt b/internal/notes.txt index 0e2c745..3997960 100644 --- a/internal/notes.txt +++ b/internal/notes.txt @@ -43,4 +43,5 @@ - add `docker_context` prompt segment; similar to `kubecontext`; the data should come from `currentContext` field in `~/.docker/config.json` (according to https://github.com/starship/starship/issues/995); there is also `DOCKER_CONTEXT`; more info: - https://docs.docker.com/engine/reference/commandline/context_use. + https://docs.docker.com/engine/reference/commandline/context_use; also + https://github.com/starship/starship/pull/996.