updated antidote config somewhat

This commit is contained in:
eeleater 2023-05-01 00:10:37 +02:00
parent 88a9903375
commit c4637f4ff1
2 changed files with 3 additions and 3 deletions

View file

@ -22,7 +22,7 @@ alexdesousa/oath
TwoPizza9621536/zsh-exa TwoPizza9621536/zsh-exa
fdellwing/zsh-bat fdellwing/zsh-bat
asdf-vm/asdf asdf-vm/asdf
Felixoid/zsh-hoco #Felixoid/zsh-hoco
olets/zsh-abbr olets/zsh-abbr
trapd00r/LS_COLORS trapd00r/LS_COLORS

View file

@ -11,5 +11,5 @@ zstyle ':completion:*:(ssh|scp|sshfs|mosh|rsync):*:hosts-host' ignored-patterns
zstyle ':completion:*:(ssh|scp|sshfs|mosh|rsync):*:hosts-domain' ignored-patterns '<->.<->.<->.<->' '^[-[:alnum:]]##(.[-[:alnum:]]##)##' '*@*' '*.eeleater.org' '*.hbz-nrw.de' zstyle ':completion:*:(ssh|scp|sshfs|mosh|rsync):*:hosts-domain' ignored-patterns '<->.<->.<->.<->' '^[-[:alnum:]]##(.[-[:alnum:]]##)##' '*@*' '*.eeleater.org' '*.hbz-nrw.de'
zstyle ':completion:*:(ssh|scp|sshfs|mosh|rsync):*:hosts-ipaddr' ignored-patterns '^(<->.<->.<->.<->|(|::)([[:xdigit:].]##:(#c,2))##(|%*))' '127.0.*' '255.255.255.255' '::1' 'fe80::*' 'ff02::*' zstyle ':completion:*:(ssh|scp|sshfs|mosh|rsync):*:hosts-ipaddr' ignored-patterns '^(<->.<->.<->.<->|(|::)([[:xdigit:].]##:(#c,2))##(|%*))' '127.0.*' '255.255.255.255' '::1' 'fe80::*' 'ff02::*'
function knownhosts () { cat "$HOME"/.ssh/known_hosts | grep ',' | cut -d',' -f1 } #function knownhosts () { cat "$HOME"/.ssh/known_hosts | grep ',' | cut -d',' -f1 }
HOCO_FUNCTIONS=(knownhosts) #HOCO_FUNCTIONS=(knownhosts)