mirror of
https://github.com/IlanCosman/tide.git
synced 2024-12-23 20:13:05 +03:00
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
|