summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-02-25 17:13:47 +0100
committerGravatar Tom Willemsen2012-02-25 17:13:47 +0100
commitaf6ffcdca1017b22c0c96375fd63562578bdc993 (patch)
tree75f69c1055b97760a361bbbc380c7e3bede12743 /.zshrc
parent9261be80d8f396fd3c796efe77593b06f8abf8a0 (diff)
downloaddotfiles-af6ffcdca1017b22c0c96375fd63562578bdc993.tar.gz
dotfiles-af6ffcdca1017b22c0c96375fd63562578bdc993.zip
.zshrc
Diffstat (limited to '.zshrc')
-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