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