summaryrefslogtreecommitdiffstats
path: root/.zprofile
diff options
context:
space:
mode:
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