mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-08-31 22:08:34 +00:00
fix up people who get ack-grep instead of ack
This commit is contained in:
parent
b271d9229d
commit
089017cf53
1 changed files with 4 additions and 0 deletions
|
@ -89,6 +89,10 @@ if ( command -v gobjdump >/dev/null 2>&1 ) ; then
|
||||||
alias objdump=gobjdump
|
alias objdump=gobjdump
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if ( command -v ack-grep >/dev/null 2>&1 ) ; then
|
||||||
|
alias ack=ack-grep
|
||||||
|
fi
|
||||||
|
|
||||||
alias rm='rm -ir'
|
alias rm='rm -ir'
|
||||||
|
|
||||||
alias df='df -h'
|
alias df='df -h'
|
||||||
|
|
Loading…
Add table
Reference in a new issue