Inital commit of a basic starship config file

This commit is contained in:
Russell R. 2020-12-08 03:30:34 -05:00
parent 6b6f750255
commit 14a4fbfa80
1 changed files with 17 additions and 0 deletions

17
starship.toml Normal file
View File

@ -0,0 +1,17 @@
# ~/.config/starship.toml
[character]
success_symbol = "[➜](bold green) "
error_symbol = "[✗](bold red) "
# Wait 10 milliseconds for starship to check files under the current directory.
scan_timeout = 10
# Disable the newline at the start of the prompt
add_newline = false
[line_break]
disabled = true
format = "$all"