From 3920e526e251ff9b7f7d978807d902a0b77446c3 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 5 Jun 2012 03:45:17 +1200 Subject: Couple more Zsh options --- zsh/zshrc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'zsh') diff --git a/zsh/zshrc b/zsh/zshrc index 0693b961..22fe4818 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -42,11 +42,17 @@ unsetopt alwayslastprompt # Don't beep at me. unsetopt beep +# Don't use flow control. +unsetopt flowcontrol + # Don't put filetype suffices in lists. unsetopt listtypes # Use zsh's built-in autocompletion. -autoload -Uz compinit && compinit +autoload -Uz zutil +autoload -Uz compinit +autoload -Uz complist +compinit # Make completion expand and correct helpfully. zstyle ':completion:*' completer _expand _complete _correct _approximate -- cgit v1.2.3