dotfiles/fish/functions/_pure_prompt_beginning.fish

7 lines
130 B
Fish
Raw Normal View History

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