mirror of
https://git.in.rschanz.org/ryan77627/guix-config.git
synced 2025-01-31 06:31:17 -05:00
6 lines
219 B
Fish
6 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
|