mirror of
https://github.com/eRgo35/dots.git
synced 2025-12-16 15:36:11 +01:00
8 lines
147 B
Fish
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
|