1
0
Fork 0
mirror of https://gitlab.com/mlunax/dotfiles.git synced 2025-04-18 16:26:50 +00:00

fix vars in func.zsh

This commit is contained in:
Luna 2023-04-29 10:28:17 +02:00
parent 847e35c5b8
commit 92afe8c829

View file

@ -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