diff options
Diffstat (limited to 'functions/fish_right_prompt.fish')
| -rw-r--r-- | functions/fish_right_prompt.fish | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/functions/fish_right_prompt.fish b/functions/fish_right_prompt.fish new file mode 100644 index 0000000..079a655 --- /dev/null +++ b/functions/fish_right_prompt.fish @@ -0,0 +1,3 @@ +function fish_right_prompt --description "The right side of the C-Star prompt" + echo -e "$c_star_datetime" +end
\ No newline at end of file |