dots/configs/fish/functions/_pure_prompt_beginning.fish
2025-09-01 12:10:36 -04:00

7 lines
147 B
Fish

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