Migrate JSON to TOML

This commit is contained in:
2024-07-15 23:23:26 -07:00
parent 95eedcfaf5
commit 9f965f7be3
3 changed files with 79 additions and 72 deletions

View File

@@ -28,7 +28,7 @@ export PATH="/opt/homebrew/opt/libpq/bin:$PATH"
# ---- Oh-My-Posh ----
if [ "$TERM_PROGRAM" != "Apple_Terminal" ]; then
eval "$(oh-my-posh init zsh --config ~/.config/oh-my-posh/theme.json)"
eval "$(oh-my-posh init zsh --config ~/.config/oh-my-posh/theme.toml)"
fi
# ---- Zoxide (better cd) ----