summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Perepelitsa <roman.perepelitsa@gmail.com>2020-03-11 23:36:08 +0300
committerGitHub <noreply@github.com>2020-03-11 23:36:08 +0300
commitc3ddca85ff33f30daf209e1863459f3ca38ce054 (patch)
tree91aff02cc6a862902b72a74cb6bcaa43e810faf2
parent608872f1175b88ab38881826a468453a253370b2 (diff)
notes
-rw-r--r--internal/notes.txt3
1 files changed, 2 insertions, 1 deletions
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.