From bb33b09de881c27afb843865a0eb57f7ffbddaaf Mon Sep 17 00:00:00 2001 From: pika <67532734+pik4li@users.noreply.github.com> Date: Tue, 7 Jan 2025 00:31:23 +0100 Subject: [PATCH] fixing bugs? --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 99b6233..31f1b0e 100644 --- a/.zshrc +++ b/.zshrc @@ -157,9 +157,9 @@ _end() { } main() { + _environment _init _sources - _environment _end }