From 4b189b73dd2cad3b908ed9a17e93760b29410ee0 Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Wed, 6 Mar 2019 11:24:06 -0800 Subject: [PATCH] Only autocomplete root and current user. --- dotfiles/zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/zshrc b/dotfiles/zshrc index 3713239..044eab3 100755 --- a/dotfiles/zshrc +++ b/dotfiles/zshrc @@ -8,6 +8,7 @@ bindkey -v # Completion zstyle :compinstall filename "${HOME}/.zshrc" +zstyle ':completion:*' users root ${USER} autoload -Uz compinit && compinit DIRSTACKSIZE=16