mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-01 04:30:37 +02:00
create .ssh directory if non-existent
This commit is contained in:
parent
23b6439d6b
commit
465939a58c
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
if [[ ! -d $HOME/.ssh ]]; then
|
||||
echo $HOME/.ssh not found, exiting...
|
||||
return 1
|
||||
echo "$HOME/.ssh not found, creating now..."
|
||||
mkdir ~/.ssh && chmod 700 ~/.ssh
|
||||
fi
|
||||
|
||||
typeset _agent_forwarding _ssh_env_cache
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue