summaryrefslogtreecommitdiff
path: root/.zshenv
blob: 21c7a8c22a69b1d3f3d3012dfa5cff8933104ab0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
typeset -U path fpath

fpath=(~/.zsh/functions $fpath)

# load all things in there
autoload ${fpath[1]}/*(:t)

[[ -d ~/bin ]] && path=(~/bin $path)

# exports
export ECHANGELOG_USER="René Neumann (Necoro) <gentoo@necoro.eu>"
export EDITOR=vim
export GTK2_RC_FILES="/home/necoro/.gtkrc-2.0"
nn1-20/+22 2010-04-14Disable debug messages by defaultRené 'Necoro' Neumann1-1/+1 2010-04-13Better eix error inheritance and handlingRené 'Necoro' Neumann1-2/+9 2010-04-13Fix the handling of FilterSets. Fixes bug #558887.René 'Necoro' Neumann2-56/+64 2010-04-12Updated newsRené 'Necoro' Neumann1-0/+1 2010-04-13Added my name to translators list.Clement Bourgeois1-0/+1