Мелкие правки

This commit is contained in:
2022-12-18 17:39:40 +03:00
parent 0d1192758c
commit a8f767c95d
3 changed files with 7 additions and 4 deletions

View File

@@ -3,6 +3,7 @@ zinit load mafredri/zsh-async
export ZSHZ_CASE=smart
export ZSHZ_DATA="${ZSH_CACHE_DIR}/z"
zinit ice wait'!0' depth'1'
zinit light agkozak/zsh-z
if [ "$(id -u)" != "0" ] && [ -n ${DISPLAY+set} ]; then
@@ -16,7 +17,9 @@ zinit ice wait'!0' from"gh-r" as"program"
zinit light denisidoro/navi
zinit snippet https://github.com/denisidoro/navi/blob/master/shell/navi.plugin.zsh
zinit snippet OMZL::clipboard.zsh
zinit snippet OMZL::key-bindings.zsh
zinit snippet OMZL::termsupport.zsh
zinit snippet OMZP::autojump
zinit snippet OMZP::command-not-found
zinit snippet OMZP::common-aliases
@@ -49,7 +52,7 @@ if command -v git > /dev/null 2>&1; then
if [ -x /usr/bin/git-extras ]; then
zinit snippet OMZP::git-extras
else
zinit lucid wait'0a' for \
zinit lucid wait'0a' depth"1" for \
as"program" \
pick"$ZPFX/bin/git-*" \
src"etc/git-extras-completion.zsh" \