fish_prompt.fish 220 B

12345
  1. function fish_prompt --description 'Write out the prompt'
  2. echo (set_color '#00ad9c')(whoami)(set_color normal) '@' (set_color '#d5911a')(pwd)(set_color normal) '♫ '
  3. echo -e ' '
  4. #echo '♫ ✰ ❀ ➫ '
  5. end