Compare commits
2 commits
9bc4b5c8a8
...
a391e26027
Author | SHA1 | Date | |
---|---|---|---|
a391e26027 | |||
12ad762841 |
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue