Add android mount alias
This commit is contained in:
parent
0d2b40b556
commit
b5b28e8b72
1 changed files with 1 additions and 0 deletions
1
.aliases
1
.aliases
|
@ -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 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 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 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
|
if hash dig 2>/dev/null; then
|
||||||
istheinternetonfire() {
|
istheinternetonfire() {
|
||||||
|
|
Loading…
Reference in a new issue