update gopath, emacs
This commit is contained in:
parent
cbcee601ac
commit
da8074a012
7 changed files with 93 additions and 15 deletions
9
.xinitrc
9
.xinitrc
|
|
@ -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 &
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue