From 568ffd37181dfbaf81a6001c410beb3ee7e3bb3a Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Thu, 28 Apr 2022 12:18:52 +0100 Subject: [PATCH] chore(zsh): remove oh-my-zsh theme snippets As I'm using starship for the prompt, there's no need to support oh-my-zsh themes anymore. --- zshrc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/zshrc b/zshrc index bb59260..7ecb7be 100644 --- a/zshrc +++ b/zshrc @@ -41,12 +41,6 @@ fi # Load Zinit source "${ZINIT[BIN_DIR]}/zinit.zsh" -# Enable using oh-my-zsh compatible themes. -zinit snippet OMZ::lib/theme-and-appearance.zsh -zinit snippet OMZ::lib/git.zsh -zinit snippet OMZ::plugins/git -zinit cdclear -q # forget completions provided up to this point - # Enable interactive selection of completions. zinit for @OMZ::lib/completion.zsh