←back to thread

457 points benoitg | 1 comments | | HN request time: 0s | source
Show context
hu3 ◴[] No.44365708[source]
I'm a long time user of https://github.com/ohmybash/oh-my-bash

It would be nice to have a comparison and reasons to change from popular tools.

replies(1): >>44365828 #
nodesocket ◴[] No.44365828[source]
Came here to ask the same. Long time ohmyzsh user, and wondering what new features / benefits Starship has.
replies(2): >>44365974 #>>44368626 #
1. lknuth ◴[] No.44368626[source]
I found the config a lot nicer. It was very easy to custimze to my (very minimal) liking. The config is easily readable. And its portable to any supported shell.

Most shells can probably do everything this can as well and if you're already familiar with the archaic syntax there is probably limited use for you.

For an idea, here is my current config https://github.com/LukasKnuth/dotfiles/blob/main/zsh/.config...