From e7965aaa690c9b98949c1764456ac7a6d06c4423 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sat, 28 Oct 2017 21:03:05 +0300 Subject: [PATCH] - Added Pandoc Bash completion. --- .bash_completion.d/pandoc | 1 + 1 file changed, 1 insertion(+) create mode 100644 .bash_completion.d/pandoc diff --git a/.bash_completion.d/pandoc b/.bash_completion.d/pandoc new file mode 100644 index 0000000..5823d80 --- /dev/null +++ b/.bash_completion.d/pandoc @@ -0,0 +1 @@ +! which pandoc > /dev/null || eval "$(pandoc --bash-completion)" -- GitLab