summaryrefslogtreecommitdiff
path: root/bash/.bash_profile
diff options
context:
space:
mode:
Diffstat (limited to 'bash/.bash_profile')
-rw-r--r--bash/.bash_profile3
1 files changed, 3 insertions, 0 deletions
diff --git a/bash/.bash_profile b/bash/.bash_profile
index 4d21956..96e00e0 100644
--- a/bash/.bash_profile
+++ b/bash/.bash_profile
@@ -22,3 +22,6 @@ export XDG_CONFIG_HOME=${XDG_CONFIG_HOME:=$HOME/.config}
export XDG_DATA_HOME=${XDG_DATA_HOME:=$HOME/.config}
export PATH="$HOME/.cargo/bin:$PATH"
+
+# Pandoc bash completion
+eval "$(pandoc --bash-completion)"