diff options
author | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2020-03-11 23:36:08 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-11 23:36:08 +0300 |
commit | c3ddca85ff33f30daf209e1863459f3ca38ce054 (patch) | |
tree | 91aff02cc6a862902b72a74cb6bcaa43e810faf2 /internal | |
parent | 608872f1175b88ab38881826a468453a253370b2 (diff) |
notes
Diffstat (limited to 'internal')
-rw-r--r-- | internal/notes.txt | 3 |
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. |