Оптимизация
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user