←back to thread

457 points benoitg | 5 comments | | HN request time: 0.629s | source
1. JimDabell ◴[] No.44365324[source]
I don’t understand why they market this as “minimal”. It’s got loads of features, and every time I see somebody use it they have a huge prompt with loads of bells and whistles.

My shell prompt is:

    : ▶
You don’t need an entire shell prompt customisation framework to be minimal.
replies(4): >>44365373 #>>44365523 #>>44365566 #>>44369347 #
2. Cthulhu_ ◴[] No.44365373[source]
Yeah this isn't minimal, this is maximalism - more information, more characters. They should just embrace being a maximalist prompt.
3. slightwinder ◴[] No.44365523[source]
Compared to other shells and prompts, the configuration is really straightforward and minimal if you want something mildly complex.
4. Brajeshwar ◴[] No.44365566[source]
Mine is an even thinner arrow.

# clean, simple, minimal

  PROMPT='%{%F{red}%}%~ %{%F{yellow}%}% › %{%F{reset_color}%}%'
5. Twirrim ◴[] No.44369347[source]
You can make it as small as you want. Every single feature can be disabled. At the moment mine is relatively minimal

    format = """
    $username\
    $hostname\
    $shlvl\
    $directory\
    $git_branch\
    $git_commit\
    $git_state\
    $git_metrics\
    $git_status\
    $package\
    $python\
    $rust\
    $env_var\
    $custom\
    $cmd_duration\
    $jobs\
    $time\
    $status\
    $shell\
    $character"""