You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I access the directory of a conda or pixi environment which is not activated by default and that environment uses terraform, I get the following error because terraform is not available:
❯ fish: Unknown command: terraform
~/.config/fish/functions/_tide_item_terraform.fish (line 3):
terraform workspace show | string match -v default | read -l w &&
^~~~~~~~^
in function '_tide_item_terraform'
called on line 15 of file ~/.config/fish/functions/_tide_2_line_prompt.fish
Steps to reproduce
Create a test directory with a .terraform subdirectory: mkdir -p /tmp/test/.terraform
Describe the bug
When I access the directory of a
conda
orpixi
environment which is not activated by default and that environment usesterraform
, I get the following error becauseterraform
is not available:Steps to reproduce
test
directory with a.terraform
subdirectory:mkdir -p /tmp/test/.terraform
test
directory:cd /tmp/test
Environment
Output of
tide bug-report
:Additional context
The text was updated successfully, but these errors were encountered: