mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-13 02:12:44 +00:00
7 lines
130 B
Fish
7 lines
130 B
Fish
function _pure_prompt_beginning
|
|
# Clear existing line content
|
|
set --local clear_line "\r\033[K"
|
|
|
|
echo $clear_line
|
|
end
|