summaryrefslogtreecommitdiffstats
path: root/.zprofile
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-04-24 02:43:56 +0200
committerGravatar Tom Willemse2013-04-24 02:43:56 +0200
commit370726e0ccc14eab5f0736fc3f07efbad64d2943 (patch)
tree581ecac3603e1017a28dce9ce090872d81abb6f0 /.zprofile
parentd9323f0c017dddccfc0a107690736477527ea33f (diff)
downloaddotfiles-370726e0ccc14eab5f0736fc3f07efbad64d2943.tar.gz
dotfiles-370726e0ccc14eab5f0736fc3f07efbad64d2943.zip
Move PATHS to .zshrc
And use a new function to make it clean
Diffstat (limited to '.zprofile')
-rw-r--r--.zprofile12
1 files changed, 0 insertions, 12 deletions
diff --git a/.zprofile b/.zprofile
index b6ee4f7..f850af7 100644
--- a/.zprofile
+++ b/.zprofile
@@ -1,18 +1,6 @@
export BROWSER=conkeror
export EDITOR="emacsclient -c -a emacs"
-INFOPATH="$HOME/documents/info"
-INFOPATH="$INFOPATH:/usr/local/emacs/share/info"
-INFOPATH="$INFOPATH:/usr/share/info"
-INFOPATH="$INFOPATH:/usr/local/clark/share/info"
-export INFOPATH="$INFOPATH:/usr/local/stumpwm/share/info"
-
-PATH="${HOME}/usr/bin:${PATH}:/usr/local/bin:/usr/local/stumpwm/bin"
-PATH="/usr/local/scwm/bin:$PATH"
-PATH="/usr/local/clfswm/bin:$PATH"
-PATH="/usr/local/clark/bin:$PATH"
-export PATH="/usr/local/emacs/bin:$PATH"
-
if [ -z "$SSH_AGENT_PID" ]; then
eval `ssh-agent`
fi