summaryrefslogtreecommitdiff
path: root/fish/conf.d/fish_prompt.fish
blob: c71efd9decc63bcaead5dba7433a51fb753fe8fa (plain)
1
2
3
4
5
6
function fish_prompt
    set_color $fish_color_cwd
    echo -n (prompt_pwd)
    set_color normal
    echo -n '𝛔 '
end