remove unused aliases, minor new things
This commit is contained in:
parent
63beb4ff4f
commit
b42ca16e61
1 changed files with 10 additions and 3 deletions
13
zshrc
13
zshrc
|
|
@ -1,12 +1,19 @@
|
|||
# Some configuration
|
||||
######################
|
||||
# Some configuration #
|
||||
######################
|
||||
# keychain
|
||||
zstyle :omz:plugins:keychain agents ssh
|
||||
zstyle :omz:plugins:keychain identities id_rsa
|
||||
zstyle :omz:plugins:keychain options --quiet
|
||||
|
||||
# load zgen
|
||||
#############
|
||||
# Load zgen #
|
||||
#############
|
||||
source "${HOME}/.zgen/zgen.zsh"
|
||||
|
||||
# if the init scipt doesn't exist
|
||||
#######################################
|
||||
# Plugins and configuration generator #
|
||||
#######################################
|
||||
if ! zgen saved; then
|
||||
|
||||
# specify plugins here
|
||||
|
|
|
|||
Loading…
Reference in a new issue