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