From c8ec6a8054655ac9dea190988fef780f9872c7a4 Mon Sep 17 00:00:00 2001 From: Joty Date: Fri, 25 May 2018 16:56:04 +0930 Subject: [PATCH] Fix zsh-completions --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index eebaf63..29ec049 100644 --- a/.zshrc +++ b/.zshrc @@ -123,6 +123,7 @@ export MARKER_KEY_NEXT_PLACEHOLDER="\C-b" #change maker key binding from Ctr+t export PATH=$PATH:~/.quickzsh/todo/bin #usig alias doesn't properly work +autoload -U compinit && compinit # zsh-completions SAVEHIST=50000 #save upto 50,000 lines in history. oh-my-zsh default is 10,000 #setopt hist_ignore_all_dups # dont record duplicated entries in history during a single session