Переход на использование Oh My Zsh

This commit is contained in:
2021-12-06 00:42:07 +03:00
parent 97d234df5f
commit 8d03a2ed06
12 changed files with 121 additions and 110 deletions

View File

@@ -1,4 +1,4 @@
# Copy this file to agents.user.zsh and modify to your needs
# Copy this file to 55-agents.user.zsh and modify to your needs
##
# SSH agent
@@ -6,12 +6,12 @@
# zstyle :omz:plugins:ssh-agent agent-forwarding on
# zstyle :omz:plugins:ssh-agent identities id_rsa
# zstyle :omz:plugins:ssh-agent lifetime 10h
# zgenom ohmyzsh plugins/ssh-agent
# plugins+=(ssh-agent)
##
# GPG agent
##
# zgenom ohmyzsh plugins/gpg-agent
# plugins+=(gpg-agent)
##
# Keychain
@@ -19,5 +19,5 @@
# zstyle :omz:plugins:keychain identities id_rsa 01234567
# zstyle :omz:plugins:keychain options --quiet --inherit local-once --noask --nocolor --quick
# zstyle :omz:plugins:keychain agents gpg,ssh
# zgenom ohmyzsh plugins/keychain
# plugins+=(keychain)