diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-02-02 20:35:42 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-02-02 22:01:01 +0100 |
commit | 7e7aa928072775240ff70ca61f2dd0e8a09242d8 (patch) | |
tree | e22d0a73612befd95744dec72770e74593ab47cd /zsh/.zprofile | |
download | dotfiles-7e7aa928072775240ff70ca61f2dd0e8a09242d8.tar.xz |
(Let's pretend that this is the) initial commit
Diffstat (limited to 'zsh/.zprofile')
-rw-r--r-- | zsh/.zprofile | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/zsh/.zprofile b/zsh/.zprofile new file mode 100644 index 0000000..a8fd7d2 --- /dev/null +++ b/zsh/.zprofile @@ -0,0 +1,42 @@ +export PATH="$HOME"/.local/bin:"$PATH":"$HOME"/.gem/ruby/2.0.0/bin:$PLAN9/bin +export PLAN9=/usr/local/plan9 + +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 ABSROOT="$HOME/build/abs" + +export EDITOR=vim +# Set vimrc's location and source it on vim startup +export VIMINIT='let $MYVIMRC="$XDG_CONFIG_HOME/vim/vimrc" | source $MYVIMRC' + +export PAGER=less +export LESSHISTFILE=- + +export LESSOPEN="|lesspipe.sh %s" +export LESSCOLORIZER=pygmentize + +export GREP_OPTIONS=--color=auto +export LESS=-R + +export BROWSER=firefox +export TERMINAL=termite + +export SDL_AUDIODRIVER=pulse + +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) |