enable oh-my-posh on Terminal.app
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
[user]
|
[user]
|
||||||
email = graham@ghall.dev
|
email = graham@ghall.dev
|
||||||
name = Graham Hall
|
name = Graham Hall
|
||||||
signingkey = 613BA8D6E15E1297
|
signingkey = FB70F1142D7A45B8
|
||||||
|
|
||||||
[core]
|
[core]
|
||||||
editor = micro
|
editor = micro
|
||||||
|
|||||||
+1
-2
@@ -1,6 +1,5 @@
|
|||||||
if [ "$TERM_PROGRAM" != "Apple_Terminal" ]; then
|
|
||||||
eval "$(oh-my-posh init zsh --config ~/dotfiles/misc_config/ohmyposh.json)"
|
eval "$(oh-my-posh init zsh --config ~/dotfiles/misc_config/ohmyposh.json)"
|
||||||
fi
|
|
||||||
|
|
||||||
source $(brew --prefix nvm)/nvm.sh
|
source $(brew --prefix nvm)/nvm.sh
|
||||||
source <(fzf --zsh)
|
source <(fzf --zsh)
|
||||||
|
|||||||
Reference in New Issue
Block a user