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

DISABLE_MAGIC_FUNCTIONS=true

This commit is contained in:
Luna 2021-06-16 20:39:22 +02:00
parent 28e049d94d
commit 3c57ca7a15
No known key found for this signature in database
GPG key ID: DE9E9D23CD19A149

1
.zshrc
View file

@ -29,6 +29,7 @@ if [ -d "$HOME/.zsh-custom" ]; then
fi
done
fi
DISABLE_MAGIC_FUNCTIONS=true
source $ZSH/oh-my-zsh.sh
# autoload -Uz compinit && compinit -i
source $OTHER/func.zsh