diff --git a/git_config/gitconfig b/git_config/gitconfig index 2f61ced..4f4d0c1 100644 --- a/git_config/gitconfig +++ b/git_config/gitconfig @@ -2,7 +2,7 @@ [user] email = graham@ghall.dev name = Graham Hall - signingkey = 613BA8D6E15E1297 + signingkey = FB70F1142D7A45B8 [core] editor = micro diff --git a/zsh_config/zshrc b/zsh_config/zshrc index 4d7aef1..8841143 100644 --- a/zsh_config/zshrc +++ b/zsh_config/zshrc @@ -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)