From d6ad4a93922342ef39ff9cd6d7f0f36cbb2347f6 Mon Sep 17 00:00:00 2001 From: Snoweuph Date: Tue, 1 Oct 2024 20:08:39 +0200 Subject: [PATCH] Update Zinit Plugins --- .zshrc | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.zshrc b/.zshrc index 020aa23..4252565 100644 --- a/.zshrc +++ b/.zshrc @@ -8,7 +8,15 @@ source "${ZINIT_HOME}/zinit.zsh" # Plugins zinit light zsh-users/zsh-autosuggestions zinit light zdharma-continuum/fast-syntax-highlighting -zinit load marlonrichert/zsh-autocomplete +zinit light zsh-users/zsh-completions +zinit snippet OMZP::git + +# Comp +zinit cdclear -q +autoload -Uz compinit +compinit +zinit cdreplay -q +zinit cdlist # Oh My Posh ######################################################### @@ -73,5 +81,3 @@ alias todo="nvim ~/Documents/Notes/Todo.md" alias nano="nvim" alias neofetch="fastfetch" - -source /home/snoweuph/.config/app/.app_profile