Update ack for newer packages.

This commit is contained in:
David Tomaschik
2016-12-26 21:11:05 -08:00
parent 9203299eb2
commit 59cb3a01fb
2 changed files with 5 additions and 3 deletions

View File

@@ -25,9 +25,6 @@ alias mdcode="sed 's/^/ /'"
# Intel format plz
alias objdump="command objdump -M intel"
# ACK
alias ack="ack-grep"
# Launch chrome for burp
alias chrome-for-burp="/usr/bin/google-chrome --ignore-certificate-errors --user-data-dir=${HOME}/.chrome-for-burp --proxy-server=127.0.0.1:8080 >/dev/null 2>&1 &"