diff options
author | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-05-16 15:19:19 +0530 |
---|---|---|
committer | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-05-16 15:19:19 +0530 |
commit | 21b3014ab7a52a51db896ae97ea2e52f916c7a5a (patch) | |
tree | 8600f3176092a70eeeb0a255a0f7c419cf671bf9 /.config/starship.toml | |
parent | d10da9b4dc8fd1ba2511d672963a8d207fb9af10 (diff) |
fixed error in line break config
Diffstat (limited to '.config/starship.toml')
-rw-r--r-- | .config/starship.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.config/starship.toml b/.config/starship.toml index 35e56bd..f48d4f0 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -1,6 +1,5 @@ # Don't print a new line at the start of the prompt add_newline = false -disable_line_break = true format = "$all" |