From 54b408d513e009708ca6adfa2ac69afe05346d60 Mon Sep 17 00:00:00 2001 From: pauljako <126326487+pauljako@users.noreply.github.com> Date: Fri, 23 Aug 2024 22:00:18 +0200 Subject: [PATCH] Added nonexistent Theme to config --- .zshrc | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.zshrc b/.zshrc index 8b4715a..ba99b11 100644 --- a/.zshrc +++ b/.zshrc @@ -1,5 +1,17 @@ # My .zshrc the core for everything # +# +# Configurations: +# +## The Oh-my-posh theme to use. +## Possible values: basic +# +OMP_THEME="basic" +# +# +# Code: +# +# # Colored ls alias ls=ls --color=auto # @@ -30,6 +42,9 @@ esac OMP_PATH="$HOME/.config/oh-my-posh" [ ! -d $OMP_PATH ] && mkdir -p "$(dirname $OMP_PATH)" # +# Set the path to the OMP Theme +OMP_THEME_PATH="$OMP_PATH/$OMP_THEME.toml" +# # Set the OMP target Platform OMP_TARGET="$platform-$arch" #