Оптимизация

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

@@ -17,7 +17,6 @@ zinit snippet OMZP::autojump
zinit snippet OMZP::command-not-found
zinit snippet OMZP::common-aliases
zinit snippet OMZP::debian
zinit snippet OMZP::fzf
zinit snippet OMZP::isodate
zinit snippet OMZP::mosh
zinit snippet OMZP::nmap
@@ -27,7 +26,14 @@ zinit snippet OMZP::vscode
zinit snippet OMZP::web-search
zinit load brymck/print-alias
zinit ice lucid wait'0'
zinit ice wait'!0' from"gh-r" as"program"
zinit light junegunn/fzf
zinit ice wait'!0' mv"completion.zsh -> _fzf" pick"_fzf" as"completion"
zinit snippet https://github.com/junegunn/fzf/blob/master/shell/completion.zsh
zinit snippet https://github.com/junegunn/fzf/blob/master/shell/key-bindings.zsh
zinit ice wait'!0' lucid
zinit light joshskidmore/zsh-fzf-history-search
if command -v git > /dev/null 2>&1; then