X-Git-Url: https://git.sthu.org/?a=blobdiff_plain;f=dotfiles%2Fshell%2F.zshrc;h=36d46fd37446e8b59b743ff86be823474ef4c0c5;hb=fa33c1b0145c8f9a51926f3093c75955fdcf6102;hp=4e135a9b9afe9771409c884244f759a7df7cd116;hpb=58dbef0f4c9b483070f21df665e86ed63f7388ad;p=shutils.git diff --git a/dotfiles/shell/.zshrc b/dotfiles/shell/.zshrc index 4e135a9..36d46fd 100644 --- a/dotfiles/shell/.zshrc +++ b/dotfiles/shell/.zshrc @@ -70,6 +70,16 @@ SAVEHIST=50000 REPORTTIME=5 TIMEFMT="$fg[magenta]%J %U user %S sys %P cpu %*E total %M MB RSS max$terminfo[sgr0]" + +# Load starship if exists, and that's it. +if [ $TERM != "linux" ] && type "starship" > /dev/null; then + eval "$(starship init zsh)" + return +fi + + +# Otherwise, do some homebrewn configuration + autoload -Uz vcs_info && vcs_info zstyle ':vcs_info:*' enable git cvs svn hg zstyle ':vcs_info:*' use-prompt-escapes