From 0f9ea88a3f2d425ec8c3507ce91535f5621cdca9 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Fri, 10 Feb 2012 17:46:46 +0100 Subject: .zshrc --- .zshrc | 1 + 1 file changed, 1 insertion(+) (limited to '.zshrc') 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 -- cgit v1.2.3-54-g00ecf From 36dbf46f0297f5b79376e47a34cabad4b350deeb Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Fri, 10 Feb 2012 17:51:52 +0100 Subject: .zshrc --- .zshrc | 2 -- 1 file changed, 2 deletions(-) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index d7b12bc..a50a5ab 100644 --- a/.zshrc +++ b/.zshrc @@ -99,5 +99,3 @@ if [ -z $EMACS ]; then ZSH_HIGHLIGHT_STYLES[double-hyphen-option]='fg=blue' ZSH_HIGHLIGHT_STYLES[single-hyphen-option]='fg=blue' fi - -welcome -- cgit v1.2.3-54-g00ecf From d937a6b593791f8106eee5ee874f9fa0703b5a7f Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Mon, 13 Feb 2012 23:15:41 +0100 Subject: .zshrc --- .zshrc | 2 ++ 1 file changed, 2 insertions(+) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index a50a5ab..24168ba 100644 --- a/.zshrc +++ b/.zshrc @@ -92,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 -- cgit v1.2.3-54-g00ecf