mirror of
https://github.com/IlanCosman/tide.git
synced 2024-12-23 12:03:48 +03:00
7224a99ba6
Co-authored-by: Gabriel Augendre <gabriel@augendre.info>
14 lines
258 B
Fish
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
|