Files
dots/.config/fish/functions/_pure_prompt_beginning.fish
2025-03-28 13:34:53 +01:00

8 lines
147 B
Fish

function _pure_prompt_beginning \
--description 'Clear existing line content'
set --local clear_line "\r\033[K"
echo $clear_line
end