ADD: ssh-key at launch
This commit is contained in:
parent
5a4c56f6bb
commit
5738ff9139
1 changed files with 4 additions and 0 deletions
|
|
@ -26,6 +26,10 @@ _: {
|
||||||
M = "| more";
|
M = "| more";
|
||||||
};
|
};
|
||||||
syntaxHighlighting.enable = true;
|
syntaxHighlighting.enable = true;
|
||||||
|
|
||||||
|
profileExtra = ''
|
||||||
|
ssh-add ~/.ssh/$(hostname)
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
# vim: set ts=2 sw=2 sts=2 et :
|
# vim: set ts=2 sw=2 sts=2 et :
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue