home/.config/fish/functions/fish_prompt.fish
2025-06-06 16:33:36 +02:00

6 lines
No EOL
115 B
Fish

function fish_prompt
set_color $fish_color_cwd
echo -n (prompt_pwd)
set_color normal
printf " "
end