summaryrefslogtreecommitdiff
path: root/home-config/fish/functions/_tide_item_terraform.fish
blob: c079ce3bd418eba76e5bfe50908d208b6faac68f (plain)
1
2
3
4
5
function _tide_item_terraform
    path is $_tide_parent_dirs/.terraform &&
        terraform workspace show | string match -v default | read -l w &&
        _tide_print_item terraform $tide_terraform_icon' ' $w
end