mirror of
https://github.com/cupcakearmy/dotfiles.git
synced 2024-11-01 04:54:10 +01: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
|