summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.zshrc6
1 files changed, 0 insertions, 6 deletions
diff --git a/.zshrc b/.zshrc
index 24168ba..d7b0427 100644
--- a/.zshrc
+++ b/.zshrc
@@ -1,11 +1,5 @@
# -*- Mode: shell-script; eval: (git-auto-commit-mode 1) -*-
# Setup variables
-PATH="${HOME}/bin:${PATH}:/usr/local/bin"
-INFOPATH="${HOME}/documents/info:${INFOPATH}"
-
-export INFOPATH
-export BROWSER=conkeror
-
HISTFILE=~/.zsh/histfile
HISTSIZE=1000
SAVEHIST=1000