]> git.phdru.name Git - dotfiles.git/blobdiff - .bash_completion.d/openvpn
Fix bash completion for OpenVPN
[dotfiles.git] / .bash_completion.d / openvpn
diff --git a/.bash_completion.d/openvpn b/.bash_completion.d/openvpn
new file mode 100644 (file)
index 0000000..02d604d
--- /dev/null
@@ -0,0 +1,5 @@
+# Fix a problem in completion; see https://unix.stackexchange.com/a/529201
+
+if [ -r /usr/share/bash-completion/completions/openvpn ]; then
+   . /usr/share/bash-completion/completions/openvpn
+fi