Skip to content

Commit

Permalink
Update docs around pure and theming (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
topher200 authored Oct 1, 2024
1 parent 9be0a15 commit 5a90309
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion files/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5a90309

Please sign in to comment.