diff --git a/dotfiles/.zshrc b/dotfiles/.zshrc index 812c4a9..b644a2c 100755 --- a/dotfiles/.zshrc +++ b/dotfiles/.zshrc @@ -15,7 +15,6 @@ if [ ! -d "$ZINIT_HOME" ]; then fi source "${ZINIT_HOME}/zinit.zsh" -zinit light metaory/zsh-roundy-prompt # Add in zsh plugins zinit light zsh-users/zsh-syntax-highlighting zinit light zsh-users/zsh-completions @@ -58,4 +57,6 @@ zstyle ':completion:*' list-colors "${(s.:.)LS_COLORS}" zstyle ':completion:*' menu no zstyle ':fzf-tab:complete:cd:*' fzf-preview 'ls --color $realpath' zstyle ':fzf-tab:complete:__zoxide_z:*' fzf-preview 'ls --color $realpath' - +if command -v starship >/dev/null 2>&1; then +eval "$(starship init zsh)" +fi