mirror of
https://github.com/IlanCosman/tide.git
synced 2024-11-09 21:41:41 +03:00
7224a99ba6
Co-authored-by: Gabriel Augendre <gabriel@augendre.info>
5 lines
185 B
Fish
5 lines
185 B
Fish
function _tide_item_docker
|
|
docker context inspect --format '{{.Name}}' | read -l context
|
|
test "$context" != default && _tide_print_item docker $tide_docker_icon' ' $context
|
|
end
|