From 4d2083d96edb9579924f53ab5fde5f5f102b0b3a Mon Sep 17 00:00:00 2001 From: pika Date: Mon, 28 Oct 2024 14:39:51 +0100 Subject: [PATCH] some local changes --- .zshrc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.zshrc b/.zshrc index b7f899e..bbb47bd 100644 --- a/.zshrc +++ b/.zshrc @@ -128,9 +128,8 @@ fi _init (){ if command_exists oh-my-posh; then - # eval "$(oh-my-posh init zsh --config 'https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/amro.omp.json')" - 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/tokyo_storm.toml')" + # 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')" else curl -s https://ohmyposh.dev/install.sh | sudo bash --norc -s -- -d /usr/bin/ fi