From ad7b9498811a016c654cf7ad894cc1d079110ec0 Mon Sep 17 00:00:00 2001 From: Christoph Schlosser Date: Tue, 17 Jun 2025 23:04:04 +0200 Subject: Add command duration --- functions/fish_right_prompt.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions') diff --git a/functions/fish_right_prompt.fish b/functions/fish_right_prompt.fish index 079a655..34eb6ef 100644 --- a/functions/fish_right_prompt.fish +++ b/functions/fish_right_prompt.fish @@ -1,3 +1,3 @@ function fish_right_prompt --description "The right side of the C-Star prompt" - echo -e "$c_star_datetime" + echo -e "$c_star_command_time $c_star_datetime" end \ No newline at end of file -- cgit v1.2.3