From 8eb40f8da908d54080350139868ba931e6c37283 Mon Sep 17 00:00:00 2001 From: pika Date: Sat, 17 Aug 2024 21:48:46 +0200 Subject: [PATCH] addet oh-my-posh config --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 35026ea..5b64e75 100644 --- a/.bashrc +++ b/.bashrc @@ -223,7 +223,7 @@ _cli_qol_() { if command_exists oh-my-posh; then # eval "$(oh-my-posh init bash --config 'https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/amro.omp.json')" eval "$(oh-my-posh init bash --config 'https://git.k4li.de/dotfiles/oh-my-posh/raw/branch/main/amro.toml')" - # eval "$(oh-my-posh init bash --config '~/git/oh-my-posh/amro.toml')" + # eval "$(oh-my-posh init bash --config '~/gitea/dotfiles/oh-my-posh/amro.toml')" else curl -s https://ohmyposh.dev/install.sh | sudo bash -s -- -d /usr/bin/ fi