tide/tests/_tide_item_docker.test.fish
Ilan Cosman 7224a99ba6 Merge in docker item (#231)
Co-authored-by: Gabriel Augendre <gabriel@augendre.info>
2021-12-10 10:20:23 -08:00

14 lines
258 B
Fish

# RUN: %fish %s
function _docker
_tide_decolor (_tide_item_docker)
end
set -lx tide_docker_icon
mock docker "context inspect" "printf default"
_docker # CHECK:
mock docker "context inspect" "printf curr-context"
_docker # CHECK:  curr-context