Update zprofile
This commit is contained in:
parent
046de04b6e
commit
ff1b2cb762
1 changed files with 4 additions and 0 deletions
4
zprofile
4
zprofile
|
@ -2,6 +2,7 @@ export BROWSER=conkeror
|
|||
export EDITOR="emacsclient -c -a emacs"
|
||||
|
||||
PATH="$HOME/usr/bin:$PATH"
|
||||
PATH="/usr/local/heroku/bin:$PATH"
|
||||
export PATH
|
||||
|
||||
INFOPATH="$HOME/documents/info:$INFOPATH"
|
||||
|
@ -10,6 +11,9 @@ INFOPATH="$INFOPATH:/usr/share/info"
|
|||
INFOPATH="$INFOPATH:/usr/local/share/info"
|
||||
export INFOPATH
|
||||
|
||||
DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/`id -u`/bus"
|
||||
export DBUS_SESSION_BUS_ADDRESS
|
||||
|
||||
if [ -z "$SSH_AGENT_PID" ]; then
|
||||
eval `ssh-agent`
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue