mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-29 04:53:17 +02:00
yubikey-plugin Enhancement
* Update the README.md file * Add key listing logic (auto-truncating if too long) * Some output cosmetics
This commit is contained in:
parent
304f65b537
commit
47400ebc28
2 changed files with 29 additions and 4 deletions
|
|
@ -9,3 +9,14 @@ This plugin will first try to detect location of the 'opensc-pkcs11.so' library,
|
|||
Afterwards, it will try to detect if a 'shared ssh-agent' is already running, through a file in /run (preferred, but must be pre-created with the proper permissions), or in /tmp (fallback).
|
||||
|
||||
Then it will define several aliases.
|
||||
|
||||
## Optional Parameters
|
||||
|
||||
These parameters can be set before source-ing oh-my-zsh to customize the settings:
|
||||
|
||||
`YUBI_SHOWKEYS`
|
||||
> If set to '1' or 'y' or 'yes', will list the keys contained in the 'shared ssh-agent'
|
||||
|
||||
`YUBI_SSHAGENT_AUTOINIT`
|
||||
> If set to '1' or 'y' or 'yes', will automatically initialize the 'shared ssh-agent' if one is not found
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue