From 1b1472eec25183b2fee7b50d53900983149f6776 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Sun, 31 Jul 2022 22:45:38 -0500 Subject: [PATCH] fix: unset init & configure --- dots/.config/zsh/init.zsh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dots/.config/zsh/init.zsh b/dots/.config/zsh/init.zsh index 404c06e..6484807 100644 --- a/dots/.config/zsh/init.zsh +++ b/dots/.config/zsh/init.zsh @@ -14,6 +14,8 @@ init() { source "${wkdir}/plugins/init.zsh" source "${wkdir}/completions/init.zsh" configure + unset -f configure + unset -f init } init