Update termux_zsh.sh

This commit is contained in:
ushastoe
2025-09-30 08:17:24 +03:00
committed by GitHub
parent 339c461032
commit 951ea914d1

View File

@@ -4,7 +4,7 @@ set -e
# ========= Настройки =========
ZSH_DIR="${HOME}/.oh-my-zsh"
ZDOTDIR="${HOME}"
ZSHRC_URL="https://raw.githubusercontent.com/krolchonok/my-zsh/main/.zshrc"
ZSHRC_URL="https://raw.githubusercontent.com/ushst/my-zsh/main/.zshrc"
PLUGINS_REPO1="https://github.com/zsh-users/zsh-autosuggestions"
PLUGINS_REPO2="https://github.com/zsh-users/zsh-syntax-highlighting.git"
# =============================