Compare commits

..

2 commits

View file

@ -39,7 +39,8 @@ function initConfig -V dir -d "Fetches the configuration by prompting the user t
if [ -z "$$keyVar" ]
set -gx "$keyVar" "$keyPath"
ssh-keygen -f "$keyPath" -N ""
sudo mkdir -p (dirname "$keyPath")
sudo ssh-keygen -f "$$keyVar" -N ""
end
if fish $confirm $ssh[$index] n