some keychain configuration
This commit is contained in:
parent
fcf0fa8856
commit
6652f2ed46
1 changed files with 5 additions and 4 deletions
9
zshrc
9
zshrc
|
|
@ -4,6 +4,11 @@ source "${HOME}/.zgen/zgen.zsh"
|
||||||
# if the init scipt doesn't exist
|
# if the init scipt doesn't exist
|
||||||
if ! zgen saved; then
|
if ! zgen saved; then
|
||||||
|
|
||||||
|
# Some configuration
|
||||||
|
zstyle :omz:plugins:keychain agents ssh
|
||||||
|
zstyle :omz:plugins:keychain identities id_rsa
|
||||||
|
zstyle :omz:plugins:keychain options --quiet
|
||||||
|
|
||||||
# specify plugins here
|
# specify plugins here
|
||||||
zgen oh-my-zsh
|
zgen oh-my-zsh
|
||||||
zgen oh-my-zsh plugins/colored-man-pages
|
zgen oh-my-zsh plugins/colored-man-pages
|
||||||
|
|
@ -16,10 +21,6 @@ if ! zgen saved; then
|
||||||
zgen oh-my-zsh plugins/systemadmin
|
zgen oh-my-zsh plugins/systemadmin
|
||||||
zgen oh-my-zsh plugins/z
|
zgen oh-my-zsh plugins/z
|
||||||
|
|
||||||
# Some configuration
|
|
||||||
zstyle :omz:plugins:keychain agents ssh
|
|
||||||
zstyle :omz:plugins:keychain options --quiet
|
|
||||||
|
|
||||||
# personnal configuration
|
# personnal configuration
|
||||||
zgen load hybris42/zsh hybris.zsh
|
zgen load hybris42/zsh hybris.zsh
|
||||||
zgen load hybris42/zsh bearstech.zsh
|
zgen load hybris42/zsh bearstech.zsh
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue