SSH Agent Support
This commit is contained in:
parent
4b84108603
commit
938ede978a
1 changed files with 5 additions and 1 deletions
|
@ -98,7 +98,7 @@
|
|||
|
||||
ohMyZsh = {
|
||||
enable = true;
|
||||
plugins = ["git" "direnv" "fzf"];
|
||||
plugins = ["git" "direnv" "fzf" "ssh-agent"];
|
||||
theme = "half-life";
|
||||
};
|
||||
};
|
||||
|
@ -111,4 +111,8 @@
|
|||
enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
programs.ssh = {
|
||||
startAgent = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue