diff options
| author | Miquel Sabaté <mikisabate@gmail.com> | 2014-11-17 08:14:32 +0100 |
|---|---|---|
| committer | Miquel Sabaté <mikisabate@gmail.com> | 2014-11-17 08:14:32 +0100 |
| commit | 0dc454e2386758dd838fd3fd09fa3ceed1f13fc1 (patch) | |
| tree | 1990b8d8f10e16abb802120042b9afc9f078ad7c | |
| parent | 6a4cb0e50729cd594b3c72e460985e700f0906b8 (diff) | |
| download | dotfiles-0dc454e2386758dd838fd3fd09fa3ceed1f13fc1.tar.gz dotfiles-0dc454e2386758dd838fd3fd09fa3ceed1f13fc1.zip | |
bash: added the `td` utility in my bashrc.
| -rw-r--r-- | bashrc | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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" |
