From 5a90309a0682eec9ab2b6219aee484af55627c90 Mon Sep 17 00:00:00 2001 From: Topher Brown <206988+topher200@users.noreply.github.com> Date: Tue, 1 Oct 2024 04:12:17 +0200 Subject: [PATCH] Update docs around pure and theming (#316) --- files/.zshrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/files/.zshrc b/files/.zshrc index d1ae344f..bd903b01 100755 --- a/files/.zshrc +++ b/files/.zshrc @@ -27,8 +27,11 @@ plugins=( safe-paste zsh-vi-mode ) -# shellcheck source=.oh-my-zsh/oh-my-zsh.sh +# Disable oh-my-zsh's theme so 'pure' can run it instead. +# We must nullify ZSH_THEME, then source oh-my-zsh, then source pure. +# https://github.com/sindresorhus/pure?tab=readme-ov-file#oh-my-zsh export ZSH_THEME="" +# shellcheck source=.oh-my-zsh/oh-my-zsh.sh source $ZSH/oh-my-zsh.sh # enable 'kitty' terminal emulator