Remove mount_android
This commit is contained in:
parent
bcbc232dd7
commit
24d05bb540
1 changed files with 0 additions and 1 deletions
|
@ -18,7 +18,6 @@ hash htop 2>/dev/null && alias top='htop'
|
||||||
hash clang-format 2>/dev/null && alias clang-format='clang-format -style="{BasedOnStyle: llvm, IndentWidth: 4, AllowShortFunctionsOnASingleLine: None, KeepEmptyLinesAtTheStartOfBlocks: false}"'
|
hash clang-format 2>/dev/null && alias clang-format='clang-format -style="{BasedOnStyle: llvm, IndentWidth: 4, AllowShortFunctionsOnASingleLine: None, KeepEmptyLinesAtTheStartOfBlocks: false}"'
|
||||||
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='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 sqlmap 2>/dev/null && alias sqlmap-tor='sqlmap --tor --tor-type=SOCKS5'
|
||||||
hash jmtpfs 2>/dev/null && alias mount_android='jmtpfs "/media/android"'
|
|
||||||
hash kitty 2>/dev/null && alias kitty_ssh='kitty +kitten ssh'
|
hash kitty 2>/dev/null && alias kitty_ssh='kitty +kitten ssh'
|
||||||
hash nvim 2>/dev/null && alias vim='nvim'
|
hash nvim 2>/dev/null && alias vim='nvim'
|
||||||
hash helix 2>/dev/null && alias hx='helix'
|
hash helix 2>/dev/null && alias hx='helix'
|
||||||
|
|
Loading…
Reference in a new issue