summaryrefslogtreecommitdiffstats
path: root/.zsh/rc/10variables
diff options
context:
space:
mode:
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:-...'