We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abc5de8 commit 166cfcfCopy full SHA for 166cfcf
internal/impl/generate/tmpl/envrcContent.tmpl
@@ -1,6 +1,6 @@
1
use_devbox() {
2
watch_file devbox.json
3
- {{ .PromptHookEnabled }}
+ {{ if .PromptHookEnabled }}
4
eval "$(devbox export --init-hook --install)"
5
{{ else }}
6
eval "$(devbox shellenv --init-hook --install)"
0 commit comments