Reorganize aliases
This commit is contained in:
parent
25af4813b8
commit
a46def3bc2
1 changed files with 4 additions and 6 deletions
|
@ -32,15 +32,13 @@ hash helix 2>/dev/null && alias hx='helix'
|
|||
hash htop 2>/dev/null && alias top='htop'
|
||||
hash kitty 2>/dev/null && alias kitty_ssh='kitty +kitten ssh'
|
||||
hash nvim 2>/dev/null && alias vim='nvim'
|
||||
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 tree 2>/dev/null && alias t='tree'
|
||||
hash yt-dlp 2>/dev/null && alias audio-dl='yt-dlp --extract-audio --audio-quality 0 --audio-format "vorbis"'
|
||||
|
||||
|
||||
#
|
||||
# More complex aliases
|
||||
#
|
||||
if hash sqlmap 2>/dev/null; then
|
||||
alias sqlmap='sqlmap --user-agent="Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"'
|
||||
alias sqlmap-tor='sqlmap --tor --tor-type=SOCKS5'
|
||||
fi
|
||||
|
||||
# https://github.com/OpenXRay/xray-16
|
||||
if hash xr_3da 2>/dev/null; then
|
||||
|
|
Loading…
Reference in a new issue