Add some environment variables
This commit is contained in:
parent
61d000130a
commit
8d41a391d1
1 changed files with 6 additions and 0 deletions
|
@ -11,9 +11,15 @@ INFOPATH="$INFOPATH:/usr/share/info"
|
|||
INFOPATH="$INFOPATH:/usr/local/share/info"
|
||||
export INFOPATH
|
||||
|
||||
GUILE_LOAD_PATH="$HOME/usr/share/guile"
|
||||
export GUILE_LOAD_PATH
|
||||
|
||||
DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/`id -u`/bus"
|
||||
export DBUS_SESSION_BUS_ADDRESS
|
||||
|
||||
XAUTHORITY="$HOME/.Xauthority"
|
||||
export XAUTHORITY
|
||||
|
||||
if [ -z "$SSH_AGENT_PID" ]; then
|
||||
eval `ssh-agent`
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue