Merge branch 'master' of ssh://github.com/breard-r/dotfiles

This commit is contained in:
Rodolphe Breard 2018-11-05 11:55:08 +01:00
commit 6ba36de565

View file

@ -20,6 +20,7 @@ hash sqlmap 2>/dev/null && alias sqlmap='sqlmap --user-agent="Mozilla/5.0 (compa
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"'
hash jmtpfs 2>/dev/null && alias mount_android='jmtpfs "/media/android"'
if hash dig 2>/dev/null; then
istheinternetonfire() {