dd3895ccbd
Multi-line description of commit, feel free to be detailed. [Ticket: X] ~ ~ ".git/COMMIT_EDITMSG" 14L, 297C
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
|