Compare commits

..

2 commits

View file

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