From a1ac1785d007dfe44785bb07c829c88ae77be1a1 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Wed, 24 Sep 2014 13:27:07 +0200 Subject: zsh/zprofile: move dbus address, nuked PREFIX --- zsh/.zprofile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'zsh/.zprofile') diff --git a/zsh/.zprofile b/zsh/.zprofile index 28b45fe..dd8375f 100644 --- a/zsh/.zprofile +++ b/zsh/.zprofile @@ -1,3 +1,4 @@ +export DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/"$UID"/dbus/user_bus_socket export PATH="$HOME"/.local/bin:"$PATH" # Set XDG Basedir Spec paths @@ -15,8 +16,6 @@ export XCOMPOSEFILE="$XDG_CONFIG_HOME"/X11/XCompose export XAUTHORITY="$XDG_RUNTIME_DIR"/xauthority export ABSROOT="$HOME"/build/abs -export PREFIX="$HOME"/.local - export EDITOR=vim export VISUAL=vim export VIMINIT='source $XDG_CONFIG_HOME/vim/vimrc' @@ -36,7 +35,6 @@ export GTK_IM_MODULE=xim export SUDO_PROMPT=$'\e[31mSUDO\e[m password for \e[34m%p\e[m: ' -export DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/"$UID"/dbus/user_bus_socket export SHORTHOST=$(hostname -s) if [[ -f "$ZDOTDIR"/profile-"$SHORTHOST" ]]; then -- cgit v1.2.3-54-g00ecf