summaryrefslogtreecommitdiffstats
path: root/functions/fish_right_prompt.fish
blob: 34eb6ef35c2c32dd58e23e1ff552334a79822ac0 (plain)
1
2
3
function fish_right_prompt --description "The right side of the C-Star prompt"
  echo -e "$c_star_command_time $c_star_datetime"
end