enable oh-my-posh on Terminal.app

This commit is contained in:
2024-09-18 20:03:42 -04:00
parent f4f8ca18c9
commit 83047efabe
2 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
[user]
email = graham@ghall.dev
name = Graham Hall
signingkey = 613BA8D6E15E1297
signingkey = FB70F1142D7A45B8
[core]
editor = micro
+2 -3
View File
@@ -1,6 +1,5 @@
if [ "$TERM_PROGRAM" != "Apple_Terminal" ]; then
eval "$(oh-my-posh init zsh --config ~/dotfiles/misc_config/ohmyposh.json)"
fi
eval "$(oh-my-posh init zsh --config ~/dotfiles/misc_config/ohmyposh.json)"
source $(brew --prefix nvm)/nvm.sh
source <(fzf --zsh)