summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-02-10 17:46:46 +0100
committerGravatar Tom Willemsen2012-02-10 17:46:46 +0100
commit0f9ea88a3f2d425ec8c3507ce91535f5621cdca9 (patch)
treed6f305b886c429a078b262c513e2b8f7e24b623c /.zshrc
parent63f1b98555c8d488274c1a6808032bf1859a60ad (diff)
downloaddotfiles-0f9ea88a3f2d425ec8c3507ce91535f5621cdca9.tar.gz
dotfiles-0f9ea88a3f2d425ec8c3507ce91535f5621cdca9.zip
.zshrc
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index d6b03e3..d7b12bc 100644
--- a/.zshrc
+++ b/.zshrc
@@ -4,6 +4,7 @@ PATH="${HOME}/bin:${PATH}:/usr/local/bin"
INFOPATH="${HOME}/documents/info:${INFOPATH}"
export INFOPATH
+export BROWSER=conkeror
HISTFILE=~/.zsh/histfile
HISTSIZE=1000