mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Symlinks in tools.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user