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
|
||||
format = """
|
||||
|
||||
$username\
|
||||
$hostname\
|
||||
$shlvl\
|
||||
|
|
Loading…
Reference in New Issue