summaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
authorRoman Perepelitsa <roman.perepelitsa@gmail.com>2020-03-11 17:52:28 +0300
committerGitHub <noreply@github.com>2020-03-11 17:52:28 +0300
commit608872f1175b88ab38881826a468453a253370b2 (patch)
tree6911487b8cc80ce3952c0bf38373c13f8ae01665 /internal
parent6d57d00f3249431c5a3d9e48931dd17f12f4f4de (diff)
notes
Diffstat (limited to 'internal')
-rw-r--r--internal/notes.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/internal/notes.txt b/internal/notes.txt
index 4bc7ff65..0e2c7456 100644
--- a/internal/notes.txt
+++ b/internal/notes.txt
@@ -40,3 +40,7 @@
segments would have "unknown" icons by default (yellow and not bold); can allow them to
participate by defining `explainprompt_foo` that populates array `reply` with strings like this:
'-s STATE -i LOCK_ICON +r'; the first element must be segment description.
+- 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.