mirror of
https://github.com/eRgo35/dots.git
synced 2025-12-17 07:56:11 +01:00
funny fish
This commit is contained in:
7
.config/fish/functions/_pure_prompt_beginning.fish
Normal file
7
.config/fish/functions/_pure_prompt_beginning.fish
Normal file
@@ -0,0 +1,7 @@
|
||||
function _pure_prompt_beginning \
|
||||
--description 'Clear existing line content'
|
||||
|
||||
set --local clear_line "\r\033[K"
|
||||
|
||||
echo $clear_line
|
||||
end
|
||||
Reference in New Issue
Block a user