made oh-my-posh query git theme
This commit is contained in:
parent
d2ccb46987
commit
e956d15559
1 changed files with 3 additions and 1 deletions
4
.bashrc
4
.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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue