diff --git a/.config/systemd/user/default.target.wants/ssh-agent.service b/.config/systemd/user/default.target.wants/ssh-agent.service new file mode 120000 index 0000000..4114bec --- /dev/null +++ b/.config/systemd/user/default.target.wants/ssh-agent.service @@ -0,0 +1 @@ +/home/jordan/.config/systemd/user/ssh-agent.service \ No newline at end of file diff --git a/.gitignore b/.gitignore index d8bf97a..c51360f 100644 --- a/.gitignore +++ b/.gitignore @@ -4,5 +4,4 @@ .config/dconf .config/nvim/autoload/ .config/pulse/ -.config/systemd/user/*.wants .config/zsh/.zcompdump diff --git a/install b/install index 46ef139..36bad2f 100755 --- a/install +++ b/install @@ -89,7 +89,6 @@ install() { configure() { loginctl enable-linger $UID - systemctl --user enable ssh-agent } install && link && configure