From df064c191ca7becde3ddee2da70a97fc4d4e453c Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Fri, 1 Feb 2013 10:10:53 +0000 Subject: [PATCH] Ensure zsh has bash-compatible completion enabled --- shell/zshrc.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/shell/zshrc.sh b/shell/zshrc.sh index 5b30257..ef3ea27 100644 --- a/shell/zshrc.sh +++ b/shell/zshrc.sh @@ -41,6 +41,10 @@ source "$ZSH/oh-my-zsh.sh" # Customize to your needs... +# Enable bash-style completion +autoload -U bashcompinit +bashcompinit + # Disable shared history unsetopt share_history