dotfiles/.keychain.sh
2025-01-15 09:22:16 +08:00

5 lines
129 B
Bash

if [ ! -f ~/.keychain/`hostname`-sh ]; then
keychain -q ~/.ssh/dma-key > /dev/null 2>&1
fi
source ~/.keychain/`hostname`-sh