X-Git-Url: http://git.sthu.org/?a=blobdiff_plain;ds=sidebyside;f=dotfiles%2Fshell%2F.zshrc;h=c187a58e7204deab9b5afed3f3b2a028e43a0986;hb=57933f3a209b3a2d5163cb617dcdd09904a02d40;hp=36d46fd37446e8b59b743ff86be823474ef4c0c5;hpb=fa33c1b0145c8f9a51926f3093c75955fdcf6102;p=shutils.git 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