mirror of
https://github.com/arcan1s/dotfiles.git
synced 2025-07-10 04:15:50 +00:00
add ssh-agent functions
This commit is contained in:
5
zsh/ssh-agent
Normal file
5
zsh/ssh-agent
Normal file
@ -0,0 +1,5 @@
|
||||
if [[ ${EUID} != 0 ]]; then
|
||||
if [[ -e "${HOME}/.ssh/id_rsa" ]]; then
|
||||
ssh-add </dev/null
|
||||
fi
|
||||
fi
|
Reference in New Issue
Block a user