Updated config files to current

This commit is contained in:
Tracey Clark 2019-01-05 14:11:16 -06:00
commit ef79ab2cee
2 changed files with 5 additions and 5 deletions

View file

@ -161,7 +161,7 @@ zstyle ':prezto:module:prompt' theme 'sorin'
# Set the SSH identities to load into the agent.
# zstyle ':prezto:module:ssh:load' identities 'id_rsa' 'id_rsa2' 'id_github'
zstyle ':prezto:module:ssh:load' identities 'tlc_gitlab' 'tlc_server'
zstyle ':prezto:module:ssh:load' identities 'tlc_gittea' 'tlc_server'
echo 'Loaded the identities'
echo `ssh-add -l`
@ -228,4 +228,4 @@ echo `ssh-add -l`
# Enabled safe options. This aliases cp, ln, mv and rm so that they prompt
# before deleting or overwriting files. Set to 'no' to disable this safer
# behavior.
# zstyle ':prezto:module:utility' safe-ops 'yes'
zstyle ':prezto:module:utility' safe-ops 'no'