Add back the chromium-tor alias

This commit is contained in:
Rodolphe Breard 2018-04-02 14:27:45 +02:00
parent 61d8e9a9dd
commit 2703b34da4

View file

@ -17,6 +17,7 @@ hash xscreensaver-command 2>/dev/null && alias lock='xscreensaver-command --lock
hash sqlmap 2>/dev/null && alias sqlmap='sqlmap --user-agent="Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"'
hash sqlmap 2>/dev/null && alias sqlmap-tor='sqlmap --tor --tor-type=SOCKS5'
hash youtube-dl 2>/dev/null && alias audio-dl='youtube-dl -x --audio-quality 0 --audio-format "vorbis"'
hash chromium 2>/dev/null && alias chromium-tor='chromium --incognito --proxy-server="socks://localhost:9050"'
if hash dig 2>/dev/null; then
istheinternetonfire() {