diff options
| author | Christoph Schlosser <christoph@linux.com> | 2025-06-17 23:04:04 +0200 |
|---|---|---|
| committer | Christoph Schlosser <christoph@linux.com> | 2025-06-17 23:04:04 +0200 |
| commit | ad7b9498811a016c654cf7ad894cc1d079110ec0 (patch) | |
| tree | 7f30e4298c564fe13a30e9f5e1de30381f03743d /functions | |
| parent | 2202078d321f4c80d7ef5e5c12692674e299ed38 (diff) | |
| download | c-star-ad7b9498811a016c654cf7ad894cc1d079110ec0.tar.gz | |
Add command duration
Diffstat (limited to 'functions')
| -rw-r--r-- | functions/fish_right_prompt.fish | 2 |
1 files changed, 1 insertions, 1 deletions
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 |