aboutsummaryrefslogtreecommitdiffstats
path: root/zsh/.zprofile
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-09-24 13:27:07 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2014-09-24 13:27:07 +0200
commita1ac1785d007dfe44785bb07c829c88ae77be1a1 (patch)
tree5bafd24476fd0ed0a0264eeea2409a5d27b34e0e /zsh/.zprofile
parent3da8c77d15960b4c2cf59d5d40b2a53d5ab37e8e (diff)
downloaddotfiles-a1ac1785d007dfe44785bb07c829c88ae77be1a1.tar.xz
zsh/zprofile: move dbus address, nuked PREFIX
Diffstat (limited to 'zsh/.zprofile')
-rw-r--r--zsh/.zprofile4
1 files changed, 1 insertions, 3 deletions
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