From 92afe8c82919897a5c97bac6142740c69caf4794 Mon Sep 17 00:00:00 2001 From: Luna Komorebi Date: Sat, 29 Apr 2023 10:28:17 +0200 Subject: [PATCH] fix vars in func.zsh --- .zsh/func.zsh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zsh/func.zsh b/.zsh/func.zsh index fe8e92b..0ba143c 100644 --- a/.zsh/func.zsh +++ b/.zsh/func.zsh @@ -1,4 +1,6 @@ # Turn control+z into a toggle switch +source env.zsh + ctrlz() { if [[ $#BUFFER == 0 ]]; then fg >/dev/null 2>&1 && zle redisplay