addet sim-web as a theme

This commit is contained in:
pika 2024-10-28 14:42:59 +01:00
parent 4d2083d96e
commit 7aaa9e174c

2
.zshrc
View file

@ -129,7 +129,7 @@ fi
_init (){
if command_exists oh-my-posh; then
# eval "$(oh-my-posh init zsh --config 'https://git.k4li.de/dotfiles/oh-my-posh/raw/branch/main/amro.toml')"
eval "$(oh-my-posh init zsh --config '~/.zsh/themes/amro.toml')"
eval "$(oh-my-posh init zsh --config '~/.zsh/themes/sim-web.toml')"
else
curl -s https://ohmyposh.dev/install.sh | sudo bash --norc -s -- -d /usr/bin/
fi