1 2 3 4 5 6 7 8
function fish_prompt set_color $fish_color_cwd echo -n (prompt_pwd) set_color normal echo -n '𝛔 ' end set fish