Skip to content

Commit

Permalink
Merge pull request unixorn#100 from unixorn/disable-separate-OMZ-updates
Browse files Browse the repository at this point in the history
Disable automatic OMZ updates - use zgen's instead
  • Loading branch information
unixorn authored Dec 30, 2020
2 parents c3395f8 + bc18a7c commit e39a9c3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,10 @@ TIMEFMT="%U user %S system %P cpu %*Es total"
# QUICKSTART_KIT_REFRESH_IN_DAYS.
QUICKSTART_KIT_REFRESH_IN_DAYS=7

# Disable Oh-My-ZSH's internal updating. Let it get updated when user
# does a zgen update. Closes #62.
DISABLE_AUTO_UPDATE=true

# Expand aliases inline - see https://blog.patshead.com/2012/11/automatically-expaning-zsh-global-aliases---simplified.html
globalias() {
if [[ $LBUFFER =~ ' [A-Z0-9]+$' ]]; then
Expand Down

0 comments on commit e39a9c3

Please sign in to comment.