From f20096022de6453ad6e054357ade2fbba97a2423 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Fri, 21 Mar 2014 20:15:34 +0100 Subject: Maybe some other time… MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zsh/.zprofile | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) (limited to 'zsh/.zprofile') diff --git a/zsh/.zprofile b/zsh/.zprofile index 6d2e1df..ac634a2 100644 --- a/zsh/.zprofile +++ b/zsh/.zprofile @@ -1,13 +1,13 @@ -export PATH="$HOME"/.local/bin:"$PATH" +export PATH="$HOME/.local/bin":"$PATH" -export XDG_CACHE_HOME="$HOME"/.cache -export XDG_CONFIG_HOME="$HOME"/.config -export XDG_DATA_HOME="$HOME"/.local/share +export XDG_CACHE_HOME="$HOME/.cache" +export XDG_CONFIG_HOME="$HOME/.config" +export XDG_DATA_HOME="$HOME/.local/share" -export MPV_HOME="$XDG_CONFIG_HOME"/mpv -export GNUPGHOME="$XDG_CONFIG_HOME"/gnupg -export GTK2_RC_FILES="$XDG_CONFIG_HOME"/gtk-2.0/gtkrc-2.0 -export XCOMPOSEFILE="$XDG_CONFIG_HOME"/X11/XCompose +export MPV_HOME="$XDG_CONFIG_HOME/mpv" +export GNUPGHOME="$XDG_CONFIG_HOME/gnupg" +export GTK2_RC_FILES="$XDG_CONFIG_HOME/gtk-2.0/gtkrc-2.0" +export XCOMPOSEFILE="$XDG_CONFIG_HOME/X11/XCompose" export ABSROOT="$HOME/build/abs" @@ -35,8 +35,4 @@ export SUDO_PROMPT=$'\e[31mSUDO\e[m password for \e[34m%p\e[m: ' [[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function* - -[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx "$HOME"/.config/X11/xinitrc -#envoy -t gpg-agent -#source <(envoy -p) - +[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx "$HOME/.config/X11/xinitrc" -- cgit v1.2.3-54-g00ecf