mirror of
https://github.com/shokinn/.files.git
synced 2025-06-29 00:00:42 +00:00
Add Systemd service for ssh-agent; end SSH_AGENT environment variable.
This commit is contained in:
parent
14f6e22294
commit
aa36dbf190
3 changed files with 30 additions and 0 deletions
|
@ -2,9 +2,15 @@
|
|||
# {{@@ env['dotdrop_warning'] @@}}
|
||||
#
|
||||
|
||||
# Set XDG_CONFIG_HOME
|
||||
XDG_CONFIG_HOME="$HOME/.config"
|
||||
export XDG_CONFIG_HOME
|
||||
# SSH Agent (KeeAgent)
|
||||
SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket"
|
||||
export SSH_AUTH_SOCK
|
||||
# Use vim as editor on X
|
||||
VISUAL='vim'
|
||||
export VISUAL
|
||||
# Use vim as standard editor
|
||||
EDITOR='vim'
|
||||
export EDITOR
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue