update gopath, emacs

This commit is contained in:
Barak Michener 2016-10-24 15:24:39 -07:00
parent cbcee601ac
commit da8074a012
7 changed files with 93 additions and 15 deletions

View file

@ -1,6 +1,15 @@
#!/bin/bash
export PATH=$HOME/bin:$PATH
systemctl --user import-environment DISPLAY XAUTHORITY
if which dbus-update-activation-environment >/dev/null 2>&1; then
dbus-update-activation-environment DISPLAY XAUTHORITY
fi
eval $(/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh)
export SSH_AUTH_SOCK
xfsettingsd &
xrdb -merge .Xdefaults &