From cbbf1a2be849b85b09c28b38b26f92c1b16df727 Mon Sep 17 00:00:00 2001 From: Julien Oculi Date: Wed, 5 Jun 2024 21:52:39 +0200 Subject: [PATCH] fix: setup zsh theme before sourcing oh-my-zsh --- zsh/zsh/.zshrc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/zsh/zsh/.zshrc b/zsh/zsh/.zshrc index 0ec202f..f8021d5 100644 --- a/zsh/zsh/.zshrc +++ b/zsh/zsh/.zshrc @@ -12,6 +12,13 @@ compinit source ~/.config/envman/PATH.env +################################ +# Env +################################ + +# See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes +ZSH_THEME="ys" + ################################ # Plugins & Modules ################################ @@ -28,13 +35,6 @@ plugins=( export ZSH="$HOME/.oh-my-zsh" source $ZSH/oh-my-zsh.sh -################################ -# Env -################################ - -# See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes -ZSH_THEME="ys" - ################################ # Aliases ################################