zsh: Update zshrc and starship configs
[shutils.git] / dotfiles / shell / .zshrc
index 36d46fd37446e8b59b743ff86be823474ef4c0c5..c187a58e7204deab9b5afed3f3b2a028e43a0986 100644 (file)
@@ -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