Git Product home page Git Product logo

Comments (4)

davidkna avatar davidkna commented on June 23, 2024 1

Please also set when to true:

[custom.os]
disabled = false
command = 'source /etc/os-release; echo "${ID}-${VERSION_ID}"'
format = '[$output](white) '
shell = ['bash', '-c']
use_stdin = false
when = true

from starship.

davidkna avatar davidkna commented on June 23, 2024

Please try setting use_stdin to false.

from starship.

tur1ngb0x avatar tur1ngb0x commented on June 23, 2024

Please try setting use_stdin to false.

Here is the updated ~/.config/starship.toml. Still does not work.

2024-05-29 tur1ngb0x@falcon ~
$
format = """\
${custom.os}\
$line_break\
$time\
$username\
$hostname\
$directory\
$git_branch\
$git_status\
$line_break\
$character\
"""

[custom.os]
disabled = false
command = 'source /etc/os-release; echo "${ID}-${VERSION_ID}"'
format = '[$output](white) '
shell = ['bash', '-c']
use_stdin = false

[time]
disabled = false
format = '[$time](yellow)'
time_format = '%H:%M:%S '

[username]
disabled = false
format = '[$user](cyan)'
show_always = true

[hostname]
disabled = false
format = '[@$hostname](cyan) '
ssh_only = false

[directory]
disabled = false
format = '[$path](green) '
truncate_to_repo = false
truncation_length = 0

[git_branch]
disabled = false
always_show_remote = true
format = '[$branch](yellow) '

[git_status]
disabled = false
format = '[$all_status$ahead_behind](red) '

[character]
disabled = false
format = '[$symbol](green) '
success_symbol = '[\$](white)'
error_symbol =  '[\$](red)'

from starship.

tur1ngb0x avatar tur1ngb0x commented on June 23, 2024

Please also set when to true:

[custom.os]
disabled = false
command = 'source /etc/os-release; echo "${ID}-${VERSION_ID}"'
format = '[$output](white) '
shell = ['bash', '-c']
use_stdin = false
when = true

It works finally. Thanks for the help. Here is the working version of ~/.config/starship

debian-12 2024-05-30 Thu 10:10:45
tur1ngb0x@falcon ~/src/projects/bash/perf-logger main
$
format = """\
${custom.os}\
$time\
$line_break\
$username\
$hostname\
$directory\
$git_branch\
$git_status\
$line_break\
$character\
"""

[custom.os]
disabled = false
command = 'source /etc/os-release; echo "${ID}-${VERSION_ID}"'
format = '[$output](yellow) '
shell = ['bash', '-c']
use_stdin = false
when = true

[time]
disabled = false
format = '[$time](yellow)'
time_format = '%Y-%m-%d %a %H:%M:%S '

[username]
disabled = false
format = '[$user](cyan)'
show_always = true

[hostname]
disabled = false
format = '[@$hostname](cyan) '
ssh_only = false

[directory]
disabled = false
format = '[$path](green) '
truncate_to_repo = false
truncation_length = 0

[git_branch]
disabled = false
always_show_remote = true
format = '[$branch](red) '

[git_status]
disabled = false
format = '[$all_status$ahead_behind](red) '

[character]
disabled = false
format = '[$symbol](green) '
success_symbol = '[\$](white)'
error_symbol =  '[\$](red)'

from starship.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.