mirror of
https://github.com/nmasur/dotfiles
synced 2025-08-15 06:14:42 +00:00
remove cmd_duration for starship, unnecessary
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user