G
Ryan's Git Repos
guix-dotfiles
files
log
graph
refs
Ref
broken-new-portal
main
new-bootloader-next
pres
home-config/fish/functions/_tide_item_terraform.fish
main
· 215 B · 5 lines
raw
1
function
_tide_item_terraform
2
path
is $_tide_parent_dirs/.terraform &&
3
terraform
workspace show |
string
match -v default |
read
-l w &&
4
_tide_print_item
terraform $tide_terraform_icon
' '
$w
5
end