diff options
| author | Skladnayazebra <skladnayazebra@gmail.com> | 2026-05-04 14:58:06 +0200 |
|---|---|---|
| committer | Skladnayazebra <skladnayazebra@gmail.com> | 2026-05-04 14:58:06 +0200 |
| commit | 19378c662e89f623fd847e18026a0c7a85b0c22e (patch) | |
| tree | 78282f3275262554ab22a88b005cb3aead110eb9 /zsh | |
| parent | 05e2ba2dc6870827fec6cf3a93ebaa05c4b1e1c2 (diff) | |
zsh: remove ssh-agent and cdr
Diffstat (limited to 'zsh')
| -rw-r--r-- | zsh/index.zsh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/zsh/index.zsh b/zsh/index.zsh index adad395..a8ed236 100644 --- a/zsh/index.zsh +++ b/zsh/index.zsh @@ -13,17 +13,10 @@ zstyle ':completion:*' matcher-list 'm:{a-z}={A-Za-z}' zstyle ':completion:*' menu select # End lf lines added by compinstall -# cdr utility - see zshcontrib(1) -autoload -Uz chpwd_recent_dirs cdr add-zsh-hook -add-zsh-hook chpwd chpwd_recent_dirs -zstyle ':completion:*:*:cdr:*:*' menu selection - - source ~/.config/zsh/prompt.zsh source ~/.config/zsh/alias.zsh source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh -eval $(ssh-agent -s) >> /dev/null # Set up fzf key bindings and fuzzy completion source <(fzf --zsh) |
