added systemd unit to autostart ssh-agent
This commit is contained in:
parent
14e8f5a001
commit
01f3b54adf
4 changed files with 18 additions and 0 deletions
|
@ -31,6 +31,8 @@
|
|||
export LESSHISTFILE="/dev/null"
|
||||
#set the w3m homepage
|
||||
export WWW_HOME="duckduckgo.com/lite/"
|
||||
#set ssh-agent to play nice with systemd.
|
||||
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket"
|
||||
|
||||
#web_search from terminal
|
||||
function web_search() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue