Enable ssh-agent via symlink

This commit is contained in:
Jordan Holt 2022-01-03 15:32:15 +00:00
parent ef268c6d73
commit 19ef88ebdd
Signed by: jordan
GPG Key ID: B8CFFF61F1CCF520
3 changed files with 1 additions and 2 deletions

View File

@ -0,0 +1 @@
/home/jordan/.config/systemd/user/ssh-agent.service

1
.gitignore vendored
View File

@ -4,5 +4,4 @@
.config/dconf .config/dconf
.config/nvim/autoload/ .config/nvim/autoload/
.config/pulse/ .config/pulse/
.config/systemd/user/*.wants
.config/zsh/.zcompdump .config/zsh/.zcompdump

View File

@ -89,7 +89,6 @@ install() {
configure() { configure() {
loginctl enable-linger $UID loginctl enable-linger $UID
systemctl --user enable ssh-agent
} }
install && link && configure install && link && configure