diff --git a/.bashrc b/.bashrc index ed7d3dc..35026ea 100644 --- a/.bashrc +++ b/.bashrc @@ -221,7 +221,9 @@ _cli_qol_() { # ─< oh-my-posh initialization >──────────────────────────────────────────────────────────── 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://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')" else curl -s https://ohmyposh.dev/install.sh | sudo bash -s -- -d /usr/bin/ fi