Compare commits

..

No commits in common. "1bc8e89462a9c2c6d92bff626adb762a98b185a9" and "dd56a38c013e1b3464f62f630cec986b7654e542" have entirely different histories.

2 changed files with 6 additions and 1 deletions

View file

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

6
.zshrc
View file

@ -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