mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 22:12:56 +00:00
remove cmd_duration for starship, unnecessary
This commit is contained in:
parent
a15bad0513
commit
8941ad203d
@ -1,7 +1,6 @@
|
||||
# Don't print a new line at the start of the prompt
|
||||
add_newline = false
|
||||
format = """\
|
||||
$cmd_duration\
|
||||
$directory\
|
||||
$git_branch\
|
||||
$git_commit\
|
||||
@ -16,6 +15,7 @@ symbol = "❯"
|
||||
min_time = 3_000
|
||||
show_notifications = true
|
||||
min_time_to_notify = 30_000
|
||||
format = "[$duration]($style) "
|
||||
|
||||
[directory]
|
||||
truncate_to_repo = true
|
||||
|
Loading…
Reference in New Issue
Block a user