Merge branch 'devel' of github.com:garabik/grc into devel

This commit is contained in:
Radovan Garabík 2018-04-29 10:06:31 +02:00
commit 98302aaf75
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ if [[ "$TERM" != dumb ]] && (( $+commands[grc] )) ; then
# Set alias for available commands.
for cmd in $cmds ; do
if (( $+commands[$cmd] )) ; then
alias $cmd="grc --colour=auto $cmd"
alias $cmd="grc --colour=auto $(whence $cmd)"
fi
done