From 6d428ac1e742627e4e9f062795cc6c665b99482a Mon Sep 17 00:00:00 2001 From: bretello Date: Wed, 8 Dec 2021 23:53:20 +0100 Subject: [PATCH] zsh: enable compinit --- brethil_dotfile.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/brethil_dotfile.sh b/brethil_dotfile.sh index a3347c2..0572f74 100755 --- a/brethil_dotfile.sh +++ b/brethil_dotfile.sh @@ -80,3 +80,5 @@ export p="${HOME}/projects" ### SETUP PATHS #### export PATH=$PATH:$HOME/bin + +autoload -U compinit && compinit