From a4838a6a72fe56647547ac874977e703028bbe16 Mon Sep 17 00:00:00 2001 From: Nathan Lloyd Ward Date: Thu, 4 Jul 2024 18:20:14 -0400 Subject: [PATCH] Update .zshrc --- zsh/.zshrc | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index 130f843..a48004b 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -47,14 +47,19 @@ zinit load starship/starship # zinit light zdharma-continuum/fast-syntax-highlighting # zinit light zsh-users/zsh-completions +# ZUI and Crasis +zinit ice wait"1" lucid +zinit load zdharma-continuum/zui + +zinit ice wait'[[ -n ${ZLAST_COMMANDS[(r)cra*]} ]]' lucid +zinit load zdharma-continuum/zinit-crasis + # Load OMZ Git library zinit snippet OMZ::lib/git.zsh # Install OMZ git aliases zinit snippet OMZ::plugins/git/git.plugin.zsh -# Replace zsh's default completion selection menu with fzf! -zinit light Aloxaf/fzf-tab # reminders for aliases if whole command is typed zinit light djui/alias-tips