feat(cli) : lazy ssh agent
This commit is contained in:
parent
c9b161e17d
commit
548cd01951
1 changed files with 3 additions and 0 deletions
|
@ -225,6 +225,9 @@ in {
|
||||||
'';
|
'';
|
||||||
oh-my-zsh = {
|
oh-my-zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
extraConfig = ''
|
||||||
|
zstyle :omz:plugins:ssh-agent lazy yes
|
||||||
|
'';
|
||||||
plugins = [ "git" "ssh-agent" ];
|
plugins = [ "git" "ssh-agent" ];
|
||||||
# theme = "robbyrussell";
|
# theme = "robbyrussell";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue