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
|
# Don't print a new line at the start of the prompt
|
||||||
add_newline = false
|
add_newline = false
|
||||||
format = """\
|
format = """\
|
||||||
$cmd_duration\
|
|
||||||
$directory\
|
$directory\
|
||||||
$git_branch\
|
$git_branch\
|
||||||
$git_commit\
|
$git_commit\
|
||||||
@ -16,6 +15,7 @@ symbol = "❯"
|
|||||||
min_time = 3_000
|
min_time = 3_000
|
||||||
show_notifications = true
|
show_notifications = true
|
||||||
min_time_to_notify = 30_000
|
min_time_to_notify = 30_000
|
||||||
|
format = "[$duration]($style) "
|
||||||
|
|
||||||
[directory]
|
[directory]
|
||||||
truncate_to_repo = true
|
truncate_to_repo = true
|
||||||
|
Loading…
Reference in New Issue
Block a user