mirror of
https://git.in.rschanz.org/ryan77627/guix-config.git
synced 2025-01-31 09:51:16 -05:00
5 lines
219 B
Fish
5 lines
219 B
Fish
function _tide_item_docker
|
|
docker context inspect --format '{{.Name}}' | read -l context
|
|
contains -- "$context" $tide_docker_default_contexts ||
|
|
_tide_print_item docker $tide_docker_icon' ' $context
|
|
end
|