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 = {
|
||||
enable = true;
|
||||
extraConfig = ''
|
||||
zstyle :omz:plugins:ssh-agent lazy yes
|
||||
'';
|
||||
plugins = [ "git" "ssh-agent" ];
|
||||
# theme = "robbyrussell";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue