some keychain configuration
This commit is contained in:
parent
6652f2ed46
commit
090d75ad9d
1 changed files with 5 additions and 5 deletions
10
zshrc
10
zshrc
|
|
@ -1,14 +1,14 @@
|
|||
# load zgen
|
||||
source "${HOME}/.zgen/zgen.zsh"
|
||||
|
||||
# Some configuration
|
||||
zstyle :omz:plugins:keychain agents ssh
|
||||
zstyle :omz:plugins:keychain identities id_rsa
|
||||
zstyle :omz:plugins:keychain options --quiet
|
||||
|
||||
# if the init scipt doesn't exist
|
||||
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
|
||||
zgen oh-my-zsh
|
||||
zgen oh-my-zsh plugins/colored-man-pages
|
||||
|
|
|
|||
Loading…
Reference in a new issue