diff --git a/home/private_dot_config/zsh/zexists.d/cmd/anti-starship.zsh b/home/private_dot_config/zsh/zexists.d/cmd/anti-starship.zsh deleted file mode 100644 index 8e54bed..0000000 --- a/home/private_dot_config/zsh/zexists.d/cmd/anti-starship.zsh +++ /dev/null @@ -1,10 +0,0 @@ -# fall back prompt for tty -autoload -Uz vcs_info -precmd() { - vcs_info -} - -zstyle ':vcs_info:git:*' formats '%b ' - -setopt PROMPT_SUBST -PROMPT='%F{green}%*%f %F{blue}%~%f %F{red}${vcs_info_msg_0_}%f$ ' diff --git a/home/private_dot_config/zsh/zexists.d/cmd/dot_starship.zsh b/home/private_dot_config/zsh/zexists.d/cmd/dot_starship.zsh deleted file mode 100644 index 62fb284..0000000 --- a/home/private_dot_config/zsh/zexists.d/cmd/dot_starship.zsh +++ /dev/null @@ -1,7 +0,0 @@ -if is-tty; then - export STARSHIP_CONFIG=~/.config/starship/plain.toml -else - export STARSHIP_CONFIG=~/.config/starship/config.toml -fi - -eval "$(starship init zsh)"