summaryrefslogtreecommitdiffstats
path: root/.zsh/rc/10variables
diff options
context:
space:
mode:
authorFlorian Pritz <f-p@gmx.at>2009-07-12 16:08:22 +0200
committerFlorian Pritz <f-p@gmx.at>2009-07-12 16:10:24 +0200
commit8cee2197d73332d51a82b5f1a67aae185964688d (patch)
treef0970a88ea843a15f40eff66bec72c20c9385e8b /.zsh/rc/10variables
parent6757f9d15ae5a79c00e1ab700543c380d975b766 (diff)
downloaddotfiles-8cee2197d73332d51a82b5f1a67aae185964688d.tar.gz
dotfiles-8cee2197d73332d51a82b5f1a67aae185964688d.tar.xz
move all zshrc stuff into .zshrc and use folding
nothing else changed
Diffstat (limited to '.zsh/rc/10variables')
-rw-r--r--.zsh/rc/10variables14
1 files changed, 0 insertions, 14 deletions
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: