From ce8cf312f12717d3b79b6228dad892f985ec250c Mon Sep 17 00:00:00 2001 From: Luna Komorebi Date: Sat, 29 Apr 2023 10:31:35 +0200 Subject: [PATCH] fix vars in func.zsh part2 --- .zsh/func.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zsh/func.zsh b/.zsh/func.zsh index 0ba143c..3f473d2 100644 --- a/.zsh/func.zsh +++ b/.zsh/func.zsh @@ -1,5 +1,5 @@ # Turn control+z into a toggle switch -source env.zsh +source $OTHER/env.zsh ctrlz() { if [[ $#BUFFER == 0 ]]; then