diff options
-rw-r--r-- | zsh/.zprofile | 4 |
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 |