summary refs log tree commit diff
path: root/fish/functions/fish_prompt.fish
blob: eeec7d89c6255bfddf70100660f0a975e2b5dc47 (plain)
1
2
3
4
5
6
function fish_prompt
    #set_color $fish_color_cwd
    echo -n (basename $PWD)
    #set_color normal
    echo -n ' ) '
end