From e1b90958e2e7a0270c0c7326fc4c8997ba2b9e62 Mon Sep 17 00:00:00 2001 From: mitsuo Date: Wed, 2 Sep 2020 10:57:26 -0500 Subject: Markdown to pdf/html in Vim; fortune for bash --- bashrc | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'bashrc') diff --git a/bashrc b/bashrc index 972964e..d6b7d97 100644 --- a/bashrc +++ b/bashrc @@ -120,9 +120,17 @@ if [ -d "$HOME/.local/bin" ] ; then PATH="$HOME/.local/bin:$PATH" fi +# Bash completition for pandoc +eval "$(pandoc --bash-completion)" + # Greeting or salute -cowsay -f flaming-sheep "oh no" +# TODO: randomly select one of the following greeting commands +#cowsay -f flaming-sheep "oh no" # original +#cowsay $(fortune -e 30% debian-hints 20% linux 20% science \ +cowsay $(fortune 30% debian-hints 20% linux 20% science \ + 20% off/linux 10% off/black-humor) +#fortune ascii-art # Some environmental variables. -export TLDR_CONFIG_DIR="$HOME/.config" +export TLDR_CONFIG_DIR="$XDG_CONFIG_HOME" export GPG=TTY=$(tty) -- cgit v1.2.3