<div dir="ltr"><p>I’m running zsh on Arch Linux and I can’t get the new autocompletions for gdal 3.11 working.<br>
I added the below to my <code>.zshrc</code>. Any help is appreciated.</p>
<pre class="gmail-codeblock-buttons"><div class="gmail-codeblock-button-wrapper" style="right: 0px;"></div></pre><pre class="gmail-codeblock-buttons"><code class="gmail-lang-bash gmail-hljs gmail-language-bash"><span class="gmail-hljs-built_in">autoload</span> -U bashcompinit; bashcompinit
<span class="gmail-hljs-built_in">source</span> /usr/share/bash-completion/completions/gdal</code></pre><br></div>