Added nonexistent Theme to config

This commit is contained in:
pauljako 2024-08-23 22:00:18 +02:00
parent 610bde4c77
commit 54b408d513

15
.zshrc
View file

@ -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"
#