summaryrefslogtreecommitdiffstats
path: root/.zsh
diff options
context:
space:
mode:
authorFlorian Pritz <f-p@gmx.at>2009-05-27 19:40:42 +0200
committerFlorian Pritz <f-p@gmx.at>2009-05-27 19:40:42 +0200
commit8653497e8b9ba91012df62bfe256013a10f3b0e0 (patch)
treef6e693d1d1b7f9e65c04790aaae758b1bb48d3ca /.zsh
parent5c21c6636cff02bc58cb04e44f71c8b8500695b5 (diff)
downloaddotfiles-8653497e8b9ba91012df62bfe256013a10f3b0e0.tar.gz
dotfiles-8653497e8b9ba91012df62bfe256013a10f3b0e0.tar.xz
move to /etc/profile.d
Diffstat (limited to '.zsh')
-rw-r--r--.zsh/rc/10variables2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zsh/rc/10variables b/.zsh/rc/10variables
index 4796cf3..f63789e 100644
--- a/.zsh/rc/10variables
+++ b/.zsh/rc/10variables
@@ -3,7 +3,7 @@
#-----------------------
#export CDPATH=.:$HOME
export OOO_FORCE_DESKTOP=gnome
-export PATH=${HOME}/misc/scripts:${HOME}/bin:${PATH}
+export PATH=${HOME}/misc/scripts:${PATH}
export EDITOR=vim
export PAGER=vimpager
#export LESSCHARSET="UTF-8"