Оптимизация

This commit is contained in:
2022-12-18 11:51:02 +03:00
parent 5773b855f3
commit fb5782101b
8 changed files with 106 additions and 57 deletions

View File

@@ -13,12 +13,14 @@ zle -N edit-command-line
autoload -Uz select-word-style
select-word-style shell
if is-at-least 5.1; then
autoload -Uz bracketed-paste-magic
zle -N bracketed-paste bracketed-paste-magic
if [ -z ${DISABLE_MAGIC_FUNCTIONS+set} ]; then
if is-at-least 5.1; then
autoload -Uz bracketed-paste-magic
zle -N bracketed-paste bracketed-paste-magic
fi
autoload -Uz url-quote-magic
zle -N self-insert url-quote-magic
fi
autoload -Uz url-quote-magic
zle -N self-insert url-quote-magic
# Подсветка вывода основных команд
[[ -r /etc/grc.zsh ]] && source /etc/grc.zsh