mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
disable OMZ auto updates
This commit is contained in:
parent
f0af4e3261
commit
60d1f73cd7
1 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,9 @@
|
||||||
#!/usr/bin/env zsh
|
#!/usr/bin/env zsh
|
||||||
|
|
||||||
configure_oh_my_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)
|
# use hyphen-insensitive completion (makes `_` and `-` interchangeable)
|
||||||
HYPHEN_INSENSITIVE="true"
|
HYPHEN_INSENSITIVE="true"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue