From 13594290ac32e0ecbf17a51418268a596a213451 Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Thu, 21 Jan 2016 15:29:43 +0500 Subject: Add zsh completion. --- files/.zsh/zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'files/.zsh/zshrc') diff --git a/files/.zsh/zshrc b/files/.zsh/zshrc index 945cabf..29c7102 100644 --- a/files/.zsh/zshrc +++ b/files/.zsh/zshrc @@ -1,6 +1,7 @@ #!/bin/zsh -autoload -U compinit zrecompile +autoload -U compinit bashcompinit zrecompile +bashcompinit -i #zsh_cache=$HOME/.zsh/cache #mkdir -p "$zsh_cache" -- cgit v1.2.3