zsh: fix completion duplication, remove dead code and duplicates

This commit is contained in:
Dmitry
2026-05-13 18:46:48 +03:00
parent a87c41ddd8
commit 462dc51247
5 changed files with 31 additions and 65 deletions
+5 -1
View File
@@ -63,6 +63,7 @@ export PATH="${CARGO_HOME}/bin:${PATH}"
# ═══ Локальные бинарники ═══════════════════════════════════
export PATH="${HOME}/.local/bin:${PATH}"
export PATH="${HOME}/.opencode/bin:${PATH}"
# ═══ Цвета ═════════════════════════════════════════════════
export CLICOLOR=1
@@ -93,4 +94,7 @@ if command -v direnv >/dev/null 2>&1; then
eval "$(direnv hook zsh)"
fi
export SSH_AUTH_SOCK='/home/ada/.bitwarden-ssh-agent.sock'
# export SSH_AUTH_SOCK='/home/ada/.bitwarden-ssh-agent.sock'
export SAL_USE_VCLPLUGIN=gtk3
export GDK_SCALE=1