Compare commits

..

2 commits

Author SHA1 Message Date
1bc8e89462
feat: move options to .zshcustom 2025-06-14 00:11:25 -07:00
536c13a1e4
feat: add .zprofile 2025-06-13 23:58:07 -07:00
2 changed files with 1 additions and 6 deletions

1
.zprofile Normal file
View file

@ -0,0 +1 @@
# This file intentionally left blank

6
.zshrc
View file

@ -9,12 +9,6 @@ zinit light zsh-users/zsh-autosuggestions
zicompinit; zicdreplay 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. # Platform-specific configuration lives inside .zshcustom.
# The file is ignored by the dotfiles git repo. # The file is ignored by the dotfiles git repo.
if [ -f $HOME/.zshcustom ]; then if [ -f $HOME/.zshcustom ]; then