dotfiles/fish/functions/_pure_prompt_beginning.fish
Julius Klotz e1f49b8878 initial commit
2025-02-21 11:32:33 +01:00

7 lines
130 B
Fish

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