diff options
author | Ekaitz Zárraga <ekaitz.zarraga@protonmail.com> | 2019-01-28 18:36:06 +0100 |
---|---|---|
committer | Ekaitz Zárraga <ekaitz.zarraga@protonmail.com> | 2019-01-28 18:36:06 +0100 |
commit | a77bbf9f62f035cd8df99ebb31fb0ec8b40e82b2 (patch) | |
tree | ebafed98c76484592f4b77e2325297db3cd60346 /bash/.bash_profile | |
parent | 7599de7b7316f68e62920aa012347b5affb6a9e4 (diff) |
Pandoc aliases and completions
Diffstat (limited to 'bash/.bash_profile')
-rw-r--r-- | bash/.bash_profile | 3 |
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)" |