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 b0d5f40 commit e0fbbf1Copy full SHA for e0fbbf1
.zsh.d/z-terraform
@@ -0,0 +1,12 @@
1
+#!/bin/sh
2
+# -*- mode: sh -*-
3
+# vim: set ft=sh :
4
+
5
+# =========================================================
6
+# ! WARN: DO NOT REMOVE THE “z” PREFIX!
7
+#
8
+# Added the “z” prefix to the filename because
9
+# the script has to run it after Homebrew's path resolution.
10
11
+autoload -U +X bashcompinit && bashcompinit
12
+complete -o nospace -C /opt/homebrew/bin/terraform terraform
0 commit comments