summaryrefslogtreecommitdiffstats
path: root/functions/fish_prompt.fish
blob: 4d29852d202ca8578714e0fa571d1dd916c9f171 (plain)
1
2
3
function fish_prompt --description "The left side of the C-Star prompt"
  echo -e "$c_star_user$c_star_host $c_star_pwd $c_star_git\n$c_star_user_marker$c_star_prompt_symbol "
end