dotfiles/.keychain.sh
2025-05-19 19:29:02 +08:00

5 lines
129 B
Bash
Executable File

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