10 lines
178 B
TOML
10 lines
178 B
TOML
# Inserts a blank line between shell prompts
|
|
add_newline = true
|
|
|
|
[directory]
|
|
truncation_length = 5
|
|
truncation_symbol = "…/"
|
|
truncate_to_repo = false
|
|
|
|
[package]
|
|
disabled = true
|