From 0dc454e2386758dd838fd3fd09fa3ceed1f13fc1 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Date: Mon, 17 Nov 2014 08:14:32 +0100 Subject: bash: added the `td` utility in my bashrc. --- bashrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bashrc b/bashrc index bb899ce..b95cd19 100644 --- a/bashrc +++ b/bashrc @@ -82,6 +82,11 @@ source $HOME/.review_completion.sh source $HOME/.g.sh source $HOME/.gcompletion.sh +# The td utility. See: https://github.com/mssola/td +if [ -f $HOME/.tdcompletion.sh ]; then + source $HOME/.tdcompletion.sh +fi + # Generates a PDF version of the manual of the given command. function manpdf() { man -t "$1" | ps2pdf - "$1.pdf" -- cgit v1.2.3