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