diff --git a/.zprofile b/.zprofile new file mode 100644 index 0000000..6e7633b --- /dev/null +++ b/.zprofile @@ -0,0 +1 @@ +# This file intentionally left blank diff --git a/.zshrc b/.zshrc index 4ed81b6..681cded 100644 --- a/.zshrc +++ b/.zshrc @@ -9,12 +9,6 @@ zinit light zsh-users/zsh-autosuggestions zicompinit; zicdreplay -source <(fzf --zsh) - -if [ "$TERM_PROGRAM" != "Apple_Terminal" ]; then - eval "$(oh-my-posh init zsh --config $HOME/.config/ohmyposh/config.toml)" -fi - # Platform-specific configuration lives inside .zshcustom. # The file is ignored by the dotfiles git repo. if [ -f $HOME/.zshcustom ]; then