mirror of
https://git.in.rschanz.org/ryan77627/guix-config.git
synced 2025-01-31 12:21:17 -05:00
6 lines
215 B
Fish
6 lines
215 B
Fish
|
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
|