some keychain configuration
This commit is contained in:
parent
090d75ad9d
commit
63beb4ff4f
1 changed files with 3 additions and 3 deletions
6
zshrc
6
zshrc
|
|
@ -1,11 +1,11 @@
|
||||||
# load zgen
|
|
||||||
source "${HOME}/.zgen/zgen.zsh"
|
|
||||||
|
|
||||||
# Some configuration
|
# Some configuration
|
||||||
zstyle :omz:plugins:keychain agents ssh
|
zstyle :omz:plugins:keychain agents ssh
|
||||||
zstyle :omz:plugins:keychain identities id_rsa
|
zstyle :omz:plugins:keychain identities id_rsa
|
||||||
zstyle :omz:plugins:keychain options --quiet
|
zstyle :omz:plugins:keychain options --quiet
|
||||||
|
|
||||||
|
# load zgen
|
||||||
|
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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue