modified: .zshrc

This commit is contained in:
ushastoe
2025-09-29 17:19:56 +00:00
parent 853b616427
commit 6d3edfc176

2
.zshrc
View File

@@ -4,7 +4,7 @@ typeset -gA UpdaterCfg
UpdaterCfg[repoRawBase]="https://raw.githubusercontent.com/ushst/my-zsh/main" UpdaterCfg[repoRawBase]="https://raw.githubusercontent.com/ushst/my-zsh/main"
UpdaterCfg[remoteZshrcPath]=".zshrc" UpdaterCfg[remoteZshrcPath]=".zshrc"
UpdaterCfg[remoteVersionPath]="version.txt" UpdaterCfg[remoteVersionPath]="version.txt"
UpdaterCfg[checkIntervalSeconds]=21600 # 6 часов UpdaterCfg[checkIntervalSeconds]=0 # 6 часов
localZshrc="${HOME}/.zshrc" localZshrc="${HOME}/.zshrc"
localStateDir="${XDG_STATE_HOME:-${HOME}/.local/state}/zsh-updater" localStateDir="${XDG_STATE_HOME:-${HOME}/.local/state}/zsh-updater"