From 8cee2197d73332d51a82b5f1a67aae185964688d Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 12 Jul 2009 16:08:22 +0200 Subject: move all zshrc stuff into .zshrc and use folding nothing else changed --- .zsh/rc/10variables | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .zsh/rc/10variables (limited to '.zsh/rc/10variables') diff --git a/.zsh/rc/10variables b/.zsh/rc/10variables deleted file mode 100644 index ebdaae7..0000000 --- a/.zsh/rc/10variables +++ /dev/null @@ -1,14 +0,0 @@ -#----------------------- -# Variables -#----------------------- -#export CDPATH=.:$HOME -export OOO_FORCE_DESKTOP=gnome -export PATH=${HOME}/misc/scripts:${PATH} -export EDITOR=vim -export PAGER=vimpager -export LESSCHARSET="UTF-8" -export LESSOPEN='|/usr/bin/lesspipe.sh %s 2>&-' -export LESS='-F -i -n -w -g -M -R -P%t?f%f \ -:stdin .?pb%pb\%:?lbLine %lb:?bbByte %bb:-...' - -# vim: set ft=zsh: -- cgit v1.2.3-24-g4f1b