summaryrefslogtreecommitdiffstats
path: root/functions/fish_right_prompt.fish
diff options
context:
space:
mode:
Diffstat (limited to 'functions/fish_right_prompt.fish')
-rw-r--r--functions/fish_right_prompt.fish2
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