This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | Last revision Both sides next revision | ||
configuration:zsh [2016/06/21 22:16] sjorge [.zshrc] |
configuration:zsh [2017/05/01 18:31] sjorge [.zshrc] |
||
---|---|---|---|
Line 43: | Line 43: | ||
# | # | ||
# Change Log | # Change Log | ||
+ | # - 20170501: --- - disabled auto update | ||
# - 20160621: --- - optimizations | # - 20160621: --- - optimizations | ||
# - 20160621: fix - if .aliases is missing initial exit indicator was fasle | # - 20160621: fix - if .aliases is missing initial exit indicator was fasle | ||
Line 86: | Line 87: | ||
# {{{ updater | # {{{ updater | ||
NZSHRC="https://docu.blackdot.be/getRaw.php?onlyCode=true&id=configuration:zsh" | NZSHRC="https://docu.blackdot.be/getRaw.php?onlyCode=true&id=configuration:zsh" | ||
- | CHECK_UPDATE=1 | + | CHECK_UPDATE=0 |
- | AUTO_UPDATE=1 | + | AUTO_UPDATE=0 |
# }}} | # }}} | ||