Skip to content

Instantly share code, notes, and snippets.

@lemajes
Last active April 23, 2018 01:23
Show Gist options
  • Save lemajes/0f5943e41b37970b67e2f03086644d56 to your computer and use it in GitHub Desktop.
Save lemajes/0f5943e41b37970b67e2f03086644d56 to your computer and use it in GitHub Desktop.
[Salt Autocompletion] Enable auto completion for saltstack commandline #linux #saltstack #configuration
#!/bin/bash
wget https://raw.githubusercontent.com/saltstack/salt/develop/pkg/salt.bash
cp salt.bash /etc/bash_completion.d/
source /etc/bash_completion.d/salt.bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment