From d768291c8ad4e6d928f931c4d149e9012a071dc8 Mon Sep 17 00:00:00 2001 From: Daryl Ronningen Date: Mon, 24 Oct 2022 23:20:26 -0700 Subject: [PATCH] update zsh --- .zshrc | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.zshrc b/.zshrc index 3e668d0..b4a5800 100644 --- a/.zshrc +++ b/.zshrc @@ -11,12 +11,14 @@ ENABLE_CORRECTION=true COMPLETION_WAITING_DOTS=true # Plugins -plugins=(zsh-completions zsh-history-substring-search zsh-autosuggestions bgnotify colored-man-pages nvm rust docker docker-compose dotnet zsh-syntax-highlighting) +plugins=(zsh-history-substring-search zsh-autosuggestions bgnotify colored-man-pages nvm rust docker docker-compose dotnet zsh-syntax-highlighting) # Plugin Configs NVM_AUTOLOAD=1 ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets pattern cursor root line) +fpath+=${ZSH_CUSTOM:-${ZSH:-~/.oh-my-zsh}/custom}/plugins/zsh-completions/src + source $ZSH/oh-my-zsh.sh # You may need to manually set your language environment @@ -44,10 +46,6 @@ alias gitdiff="batdiff" # Prevent dotnet from tracking me export DOTNET_CLI_TELEMETRY_OPTOUT=true -# Load Compinit -autoload -Uz compinit -compinit - # Command not found function command_not_found_handler { local pkgs cmd="$1"