disable OMZ auto updates

This commit is contained in:
Dmytro Meleshko 2018-12-03 10:27:28 +02:00
parent f0af4e3261
commit 60d1f73cd7

View file

@ -1,6 +1,9 @@
#!/usr/bin/env zsh
configure_oh_my_zsh() {
# disable automatic updates because OMZ is managed by zgen
DISABLE_AUTO_UPDATE="true"
# use hyphen-insensitive completion (makes `_` and `-` interchangeable)
HYPHEN_INSENSITIVE="true"