diff --git a/.zprofile b/.zprofile deleted file mode 100644 index 6e7633b..0000000 --- a/.zprofile +++ /dev/null @@ -1 +0,0 @@ -# This file intentionally left blank diff --git a/.zshrc b/.zshrc index 681cded..4ed81b6 100644 --- a/.zshrc +++ b/.zshrc @@ -9,6 +9,12 @@ 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