some local changes

This commit is contained in:
pika 2024-10-28 14:39:51 +01:00
parent 64550fa12f
commit 4d2083d96e

5
.zshrc
View file

@ -128,9 +128,8 @@ fi
_init (){ _init (){
if command_exists oh-my-posh; then 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 '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/tokyo_storm.toml')"
else else
curl -s https://ohmyposh.dev/install.sh | sudo bash --norc -s -- -d /usr/bin/ curl -s https://ohmyposh.dev/install.sh | sudo bash --norc -s -- -d /usr/bin/
fi fi