dot_config/zsh/private_dot_zimrc 🔗
@@ -40,3 +40,4 @@ zmodule exa
zmodule fzf
zmodule prompt-pwd
zmodule s1ck94
+zmodule ssh
Amolith created
dot_config/zsh/private_dot_zimrc | 1 +
dot_config/zsh/private_dot_zshrc.tmpl | 3 ---
2 files changed, 1 insertion(+), 3 deletions(-)
@@ -40,3 +40,4 @@ zmodule exa
zmodule fzf
zmodule prompt-pwd
zmodule s1ck94
+zmodule ssh
@@ -220,9 +220,6 @@ _call_navi() {
zle -N _call_navi
bindkey '^n' _call_navi
-# SSH Agent setup
-eval "$(ssh-agent zsh)"
-
zstyle ':completion:*' completer _expand _complete _ignored _correct _approximate
zstyle ':completion:*' group-name ''
zstyle ':completion:*' list-colors ${(s.:.)LS_COLORS}