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

fix vars in func.zsh part2

This commit is contained in:
Luna 2023-04-29 10:31:35 +02:00
parent 92afe8c829
commit ce8cf312f1

View file

@ -1,5 +1,5 @@
# Turn control+z into a toggle switch
source env.zsh
source $OTHER/env.zsh
ctrlz() {
if [[ $#BUFFER == 0 ]]; then