mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-22 03:21:30 +01:00
Added ls as grc-supported command
This commit is contained in:
parent
2c0f91f5c2
commit
5b807df53e
|
@ -13,7 +13,7 @@ if [[ "$(uname)" == "Darwin" ]]; then
|
||||||
|
|
||||||
## Quicklook shortcut
|
## Quicklook shortcut
|
||||||
alias quicklook='qlmanage -px 2>/dev/null'
|
alias quicklook='qlmanage -px 2>/dev/null'
|
||||||
alias ql='qlmanage -px'
|
alias ql='quicklook'
|
||||||
|
|
||||||
## Airport command line interface
|
## Airport command line interface
|
||||||
alias airport='/System/Library/PrivateFrameworks/Apple80211.framework/Resources/airport'
|
alias airport='/System/Library/PrivateFrameworks/Apple80211.framework/Resources/airport'
|
||||||
|
@ -78,6 +78,7 @@ if [[ "$TERM" != dumb ]] && [[ -f $(which grc) ]] ; then
|
||||||
|
|
||||||
# Supported commands
|
# Supported commands
|
||||||
cmds=(
|
cmds=(
|
||||||
|
ls \
|
||||||
cc \
|
cc \
|
||||||
configure \
|
configure \
|
||||||
cvs \
|
cvs \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user