Add Systemd service for ssh-agent; end SSH_AGENT environment variable.

This commit is contained in:
Philip Henning 2017-12-30 12:30:01 +01:00
parent 14f6e22294
commit aa36dbf190
3 changed files with 30 additions and 0 deletions

View file

@ -36,6 +36,9 @@ dotfiles:
f_profile:
dst: ~/.profile
src: profile
f_ssh-agent.service:
dst: ~/.config/systemd/user/ssh-agent.service
src: config/systemd/user/ssh-agent.service
f_vimrc:
dst: ~/.vimrc
src: vimrc
@ -69,3 +72,4 @@ profiles:
- f_powerlevel9krc
- d_colors
- f_xresources
- f_ssh-agent.service