summaryrefslogtreecommitdiff
path: root/fish/conf.d/fish_prompt.fish~
blob: 864330b64a03e1720720ce054b3b7953bb00a963 (plain)
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