summaryrefslogtreecommitdiffstats
path: root/.zsh/rc/10variables
diff options
context:
space:
mode:
authorFlorian Pritz <f-p@gmx.at>2009-02-15 21:22:32 +0100
committerFlorian Pritz <f-p@gmx.at>2009-02-15 21:22:32 +0100
commit0f0b43b67c0405c8f254f52627b7da950a6e5136 (patch)
tree3cec7e237d9c8d04710d9c39b080672be1d578c2 /.zsh/rc/10variables
parent589750e3fafc296e641b1f080becb10d48810484 (diff)
downloaddotfiles-0f0b43b67c0405c8f254f52627b7da950a6e5136.tar.gz
dotfiles-0f0b43b67c0405c8f254f52627b7da950a6e5136.tar.xz
added
Diffstat (limited to '.zsh/rc/10variables')
-rw-r--r--.zsh/rc/10variables12
1 files changed, 12 insertions, 0 deletions
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:-...'