mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-01 04:30:37 +02:00
add check for .ssh folder, fixes #5128
This commit is contained in:
parent
31a84e710f
commit
23b6439d6b
1 changed files with 5 additions and 0 deletions
|
|
@ -1,3 +1,8 @@
|
|||
if [[ ! -d $HOME/.ssh ]]; then
|
||||
echo $HOME/.ssh not found, exiting...
|
||||
return 1
|
||||
fi
|
||||
|
||||
typeset _agent_forwarding _ssh_env_cache
|
||||
|
||||
function _start_agent() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue