summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-02-14 11:30:13 +0100
committerGravatar Tom Willemsen2012-02-14 11:30:13 +0100
commit4857418dbde4c11f34a66774c5fb047119a96fe2 (patch)
treeda1ca0e3d6c8082c3ed89608b400f861b0a598b8 /.zshrc
parenta925132b75c083baf85426cdf9482de9dd809261 (diff)
parent3d8f0dffd0fbb4d928e20d8322f4010c8f0804da (diff)
downloaddotfiles-4857418dbde4c11f34a66774c5fb047119a96fe2.tar.gz
dotfiles-4857418dbde4c11f34a66774c5fb047119a96fe2.zip
Merge remote-tracking branch 'gitorious/master' into phoenix
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc5
1 files changed, 3 insertions, 2 deletions
diff --git a/.zshrc b/.zshrc
index d6b03e3..24168ba 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
@@ -91,6 +92,8 @@ bindkey "\e0F" end-of-line
bindkey "\e[H" beginning-of-line
bindkey "\e[F" end-of-line
+bindkey "^W" backward-delete-char
+
# Show syntax highlighting when we're not running in emacs
if [ -z $EMACS ]; then
source ~/.zsh/syntax-highlighting/zsh-syntax-highlighting.zsh
@@ -98,5 +101,3 @@ if [ -z $EMACS ]; then
ZSH_HIGHLIGHT_STYLES[double-hyphen-option]='fg=blue'
ZSH_HIGHLIGHT_STYLES[single-hyphen-option]='fg=blue'
fi
-
-welcome