Symlinks in tools.

This commit is contained in:
David Tomaschik
2018-07-30 20:20:56 -07:00
parent 6d23e72bd7
commit 52ed3913c8
2 changed files with 18 additions and 3 deletions

View File

@@ -71,6 +71,9 @@ if [ -x /usr/bin/ack-grep ] ; then
alias ack='/usr/bin/ack-grep'
fi
# Setup PATH for tools
PATH=${PATH}:${HOME}/bin/tools
# Most is nice, if we have it
if command -v most >/dev/null 2>&1; then
export PAGER="most"