Add ackrc and fix how less is invoked.

This commit is contained in:
David Tomaschik
2014-09-25 22:16:41 -07:00
parent 3a89085279
commit be49f3f57c
3 changed files with 3 additions and 3 deletions

View File

@@ -22,8 +22,5 @@ alias mdcode="sed 's/^/ /'"
# Intel format plz
alias objdump="command objdump -M intel"
# Color support in less
alias less="command less -R"
# ACK
alias ack="ack-grep"