Add back the chromium-tor alias
This commit is contained in:
parent
61d8e9a9dd
commit
2703b34da4
1 changed files with 1 additions and 0 deletions
1
.aliases
1
.aliases
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue