From a24f7fef97a86ecf25eaefc718daee4a24eddf56 Mon Sep 17 00:00:00 2001 From: Nikolas Weger Date: Fri, 5 May 2023 11:21:18 +0200 Subject: [PATCH] Update .config/sheldon/plugins.toml Update .config/topgrade.toml Update .config/zsh/files/sshcomp.zsh --- dot_config/sheldon/plugins.toml | 3 --- dot_config/topgrade.toml | 2 +- dot_config/zsh/files/sshcomp.zsh | 12 ++++++++++++ 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/dot_config/sheldon/plugins.toml b/dot_config/sheldon/plugins.toml index bba71ef..7b2e82d 100644 --- a/dot_config/sheldon/plugins.toml +++ b/dot_config/sheldon/plugins.toml @@ -87,9 +87,6 @@ github = "zsh-users/zsh-syntax-highlighting" [plugins.asdf] github = "asdf-vm/asdf" -[plugins.hoco] -github = "Felixoid/zsh-hoco" - [plugins.abbr] github = "olets/zsh-abbr" use = ["zsh-abbr.zsh"] diff --git a/dot_config/topgrade.toml b/dot_config/topgrade.toml index f121c87..0722fae 100644 --- a/dot_config/topgrade.toml +++ b/dot_config/topgrade.toml @@ -2,7 +2,7 @@ #assume_yes = true # Disable specific steps - same options as the command line flag -disable = ["firmware", "tldr", "pip3", "node", "vim", "git_repos", "containers", "asdf", "distrobox", "helix", "composer"] +disable = ["firmware", "tldr", "pip3", "node", "vim", "git_repos", "containers", "asdf", "distrobox", "helix", "composer", "yarn", "cargo"] # Show Preamble text display_preamble = false diff --git a/dot_config/zsh/files/sshcomp.zsh b/dot_config/zsh/files/sshcomp.zsh index 3984595..33fc146 100644 --- a/dot_config/zsh/files/sshcomp.zsh +++ b/dot_config/zsh/files/sshcomp.zsh @@ -10,3 +10,15 @@ zstyle ':completion:*:(ssh|scp|sshfs|mosh|rsync):*:users' ignored-patterns '*' zstyle ':completion:*:(ssh|scp|sshfs|mosh|rsync):*:hosts-host' ignored-patterns '*(.|:)*' loopback localhost broadcasthost 'ip6-*' 'hbz*' 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::*' + +[ -r ~/.ssh/config ] && _ssh_config=($(cat ~/.ssh/config | sed -ne 's/Host[=\t ]//p')) || _ssh_config=() +[ -r /etc/ssh/ssh_known_hosts ] && _global_ssh_hosts=(${${${${(f)"$(