mirror of
https://github.com/IlanCosman/tide.git
synced 2024-11-27 03:33:26 +03:00
7 lines
221 B
Fish
7 lines
221 B
Fish
|
function _tide_item_terraform
|
||
|
if test -d .terraform
|
||
|
terraform workspace show | read -l workspace
|
||
|
test $workspace != default && _tide_print_item terraform $tide_terraform_icon' ' $workspace
|
||
|
end
|
||
|
end
|