Added ls as grc-supported command

whole-command-tab-completion
bretello 2017-11-10 01:24:10 +01:00
parent 2c0f91f5c2
commit 5b807df53e
1 changed files with 9 additions and 8 deletions

View File

@ -13,7 +13,7 @@ if [[ "$(uname)" == "Darwin" ]]; then
## Quicklook shortcut
alias quicklook='qlmanage -px 2>/dev/null'
alias ql='qlmanage -px'
alias ql='quicklook'
## Airport command line interface
alias airport='/System/Library/PrivateFrameworks/Apple80211.framework/Resources/airport'
@ -78,6 +78,7 @@ if [[ "$TERM" != dumb ]] && [[ -f $(which grc) ]] ; then
# Supported commands
cmds=(
ls \
cc \
configure \
cvs \