Обновление

This commit is contained in:
Andrei Astafev 2021-08-09 15:50:23 +03:00
parent a040a92a2d
commit 098834c637

View File

@ -19,6 +19,7 @@ if [[ "$DISPLAY" != '' ]] && command -v xdotool > /dev/null 2>&1 && command -v
zstyle ':notify:*' expire-time 5000 zstyle ':notify:*' expire-time 5000
zstyle ':notify:*' command-complete-timeout 20 zstyle ':notify:*' command-complete-timeout 20
zstyle ':notify:*' enable-on-ssh yes zstyle ':notify:*' enable-on-ssh yes
zstyle ':notify:*' always-check-active-window yes
fi fi
if command -v peco > /dev/null 2>&1; then if command -v peco > /dev/null 2>&1; then
zinit load jimeh/zsh-peco-history zinit load jimeh/zsh-peco-history