Remove google-chrome-burp alias.

This commit is contained in:
David Tomaschik
2018-03-09 12:43:03 -08:00
parent 634f031c56
commit 82c2833490

View File

@@ -28,9 +28,6 @@ alias mdcode="sed 's/^/ /'"
# Intel format plz
alias objdump="command objdump -M intel"
# Launch chrome for burp
alias google-chrome-burp="/usr/bin/google-chrome-beta --ignore-certificate-errors --user-data-dir=${HOME}/.config/chrome-pentest --proxy-server=127.0.0.1:8080 >/dev/null 2>&1 &"
# Useful directory utilities
alias dircount="for d in * ; do find \$d -type d | wc -l | tr -d '\n' ; echo ' ' \$d ; done | sort -n"