X-Git-Url: https://git.sthu.org/?p=shutils.git;a=blobdiff_plain;f=dotfiles%2Fshell%2F.zshrc;h=c187a58e7204deab9b5afed3f3b2a028e43a0986;hp=36d46fd37446e8b59b743ff86be823474ef4c0c5;hb=3d92e3e6953e6bd91b4482c9d9034b1887854f9d;hpb=fa33c1b0145c8f9a51926f3093c75955fdcf6102 diff --git a/dotfiles/shell/.zshrc b/dotfiles/shell/.zshrc index 36d46fd..c187a58 100644 --- a/dotfiles/shell/.zshrc +++ b/dotfiles/shell/.zshrc @@ -72,10 +72,10 @@ TIMEFMT="$fg[magenta]%J %U user %S sys %P cpu %*E total %M MB RSS max$termi # Load starship if exists, and that's it. -if [ $TERM != "linux" ] && type "starship" > /dev/null; then +#if [ $TERM != "linux" ] && type "starship" > /dev/null; then eval "$(starship init zsh)" return -fi +#fi # Otherwise, do some homebrewn configuration