updated note about sourcing influx completions

pull/841/head
Scott Anderson 2020-03-17 11:15:28 -06:00
parent e3f466b980
commit 1ae1611bca
1 changed files with 2 additions and 2 deletions

View File

@ -56,6 +56,6 @@ $ source <(influx completion zsh)
{{< /code-tabs-wrapper >}}
{{% note %}}
To permanantly install `influx` completion scripts in your shell, add the installation
command from above to your `.bashrc` or `.zshrc`.
To automatically load the `influx` completion scripts when opening a new shell,
add the appropriate installation command from above to your `.bashrc` or `.zshrc`.
{{% /note %}}