From 4b75ff280833c11d39ec421bcf0bfe5446bcb2b1 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Wed, 13 Nov 2024 09:02:27 -0700 Subject: [PATCH] Add `sdiebolt/zsh-ssh-agent` Add `sdiebolt/zsh-ssh-agent` plugin Signed-off-by: Joe Block --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d06f30d..f84f259 100755 --- a/README.md +++ b/README.md @@ -1417,6 +1417,7 @@ Here are a few good sources for Nerd Fonts and Powerline-compatible fonts: - [solarized-man](https://github.com/zlsun/solarized-man) - A modified version of oh-my-zsh's plugin colored-man-pages, optimized for the [solarized dark](https://github.com/altercation/solarized/blob/master/iterm2-colors-solarized/Solarized%20Dark.itermcolors) theme in the terminal. - [spaceship-ocm](https://github.com/iamkirkbater/spaceship-ocm-plugin) - Queries your OpenShift Cluster Manager (ocm) configuration to show which environment you're connected to. Requires [NerdFont](https://www.nerdfonts.com/font-downloads) in your terminal. - [spack](https://github.com/Game4Move78/zsh-spack) - Includes some useful aliases and functions for loading/unloading [Spack](https://github.com/spack/spack)-generated modules. As it makes use of the `module` command it is much more efficient than `spack load`. +- [ssh-agent](https://github.com/sdiebolt/zsh-ssh-agent) - Automatically launches `ssh-agent` if it isn't already running. - [ssh-connect](https://github.com/gko/ssh-connect) - A simple `ssh` manager. - [ssh-plugin](https://github.com/paraqles/zsh-plugin-ssh) - Plugin for `ssh`. - [ssh-quickconnect](https://github.com/breda/zsh-ssh-quickconnect) - Simple utility to quickly connect to hosts from your `ssh` config & `known_hosts` file.