From 1bc8e89462a9c2c6d92bff626adb762a98b185a9 Mon Sep 17 00:00:00 2001 From: Devin Haska Date: Sat, 14 Jun 2025 00:11:25 -0700 Subject: [PATCH] feat: move options to .zshcustom --- .zprofile | 1 + .zshrc | 6 ------ 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/.zprofile b/.zprofile index e69de29..6e7633b 100644 --- a/.zprofile +++ 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