some keychain configuration
This commit is contained in:
6
zshrc
6
zshrc
@@ -1,14 +1,14 @@
|
|||||||
# load zgen
|
# load zgen
|
||||||
source "${HOME}/.zgen/zgen.zsh"
|
source "${HOME}/.zgen/zgen.zsh"
|
||||||
|
|
||||||
# if the init scipt doesn't exist
|
|
||||||
if ! zgen saved; then
|
|
||||||
|
|
||||||
# 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
|
||||||
|
|
||||||
|
# if the init scipt doesn't exist
|
||||||
|
if ! zgen saved; then
|
||||||
|
|
||||||
# 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
|
||||||
|
|||||||
Reference in New Issue
Block a user