mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-12-26 19:40:20 +00:00
docs: Remove newline from beginning of example format config. (#1693)
Having a newline there means that an empty newline is printed everytime the user runs a command or presses Enter, which for short commands and/or small terminal windows can noticeably decrease the information density.
This commit is contained in:
parent
83502a08dd
commit
ae55697dfb
@ -184,7 +184,6 @@ format = "$all"
|
|||||||
|
|
||||||
# Which is equivalent to
|
# Which is equivalent to
|
||||||
format = """
|
format = """
|
||||||
|
|
||||||
$username\
|
$username\
|
||||||
$hostname\
|
$hostname\
|
||||||
$shlvl\
|
$shlvl\
|
||||||
|
Loading…
Reference in New Issue
Block a user