dustin
/
zdotdir
Archived
1
0
Fork 0
Dustin's ZSH configuration
This repository has been archived on 2023-11-14. You can view files and clone it, but cannot push or open issues/pull-requests.
Go to file
Dustin 6c18587fcf zshrc: Launch gpg-agent
I like to use `gpg-agent` as my SSH agent now.  This makes it possible
to use hardware keys (Yubikey, and hopefully soon Solo), and helps keep
the keys more secure by periodically locking them and requiring the
password to unlock them again.

Occasionally, `gpg-agent` gets in a weird state where it stops
responding.  I usually fix this with:

    echo KILLAGENT | gpg-connect-agent
    gpg-connect-agent /bye
    gpg-connect-agent updatestartuptty /bye
2020-05-03 13:21:33 -05:00
functions functions: vmip: Print all addresses 2020-05-03 13:20:40 -05:00
.gitignore zprofile: Add .zprofile and .zprofile.local 2017-01-19 14:47:18 -06:00
.zshalias Update .zshrc 2017-01-16 14:11:15 -06:00
.zshenv Add .zshenv 2020-05-03 13:12:46 -05:00
.zshrc zshrc: Launch gpg-agent 2020-05-03 13:21:33 -05:00
README Add .zshenv 2020-05-03 13:12:46 -05:00

README

Add these lines to ~/.zshenv in order to use these ZSH configuration files
without copying/linking them to the "standard" paths:

    export ZDOTDIR=${HOME}/.zsh
    source ${ZDOTDIR}/.zshenv