This commit is contained in:
Tom Willemsen 2012-02-13 23:15:41 +01:00
parent 107b6ff0af
commit d937a6b593

2
.zshrc
View file

@ -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