From 0f0b43b67c0405c8f254f52627b7da950a6e5136 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 15 Feb 2009 21:22:32 +0100 Subject: added --- .zsh/rc/10variables | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .zsh/rc/10variables (limited to '.zsh/rc/10variables') diff --git a/.zsh/rc/10variables b/.zsh/rc/10variables new file mode 100644 index 0000000..4796cf3 --- /dev/null +++ b/.zsh/rc/10variables @@ -0,0 +1,12 @@ +#----------------------- +# Variables +#----------------------- +#export CDPATH=.:$HOME +export OOO_FORCE_DESKTOP=gnome +export PATH=${HOME}/misc/scripts:${HOME}/bin:${PATH} +export EDITOR=vim +export PAGER=vimpager +#export LESSCHARSET="UTF-8" +#export LESSOPEN='|/usr/bin/lesspipe.sh %s 2>&-' +#export LESS='-i -c -N -w -g -M -R -P%t?f%f \ +#:stdin .?pb%pb\%:?lbLine %lb:?bbByte %bb:-...' -- cgit v1.2.3-24-g4f1b