From 9c9e27b7bfc9c00acc02b91fdb8cb29c60fe546e Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Tue, 18 Feb 2014 16:56:41 +0100 Subject: … MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zsh/.zprofile | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'zsh/.zprofile') diff --git a/zsh/.zprofile b/zsh/.zprofile index a8fd7d2..3cc0aee 100644 --- a/zsh/.zprofile +++ b/zsh/.zprofile @@ -1,5 +1,4 @@ -export PATH="$HOME"/.local/bin:"$PATH":"$HOME"/.gem/ruby/2.0.0/bin:$PLAN9/bin -export PLAN9=/usr/local/plan9 +export PATH="$HOME"/.local/bin:"$PATH" export XDG_CACHE_HOME="$HOME"/.cache export XDG_CONFIG_HOME="$HOME"/.config @@ -30,13 +29,10 @@ export TERMINAL=termite export SDL_AUDIODRIVER=pulse -export GTK_IM_MODULE=xim +#export GTK_IM_MODULE=xim export SUDO_PROMPT=$'\e[31mSUDO\e[m password for \e[34m%p\e[m: ' - -export GOPATH=$HOME/code/go -export PATH=$PATH:$GOPATH/bin - [[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx "$HOME"/.config/X11/xinitrc -envoy -t gpg-agent -source <(envoy -p) +#envoy -t gpg-agent +#source <(envoy -p) + -- cgit v1.2.3-70-g09d2