diff --git a/internal/notes.txt b/internal/notes.txt index 0e2c7456..3997960f 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.