mirror of
https://github.com/eRgo35/dots.git
synced 2025-12-17 07:56:11 +01:00
funny fish
This commit is contained in:
10
.config/fish/functions/_pure_print_prompt_rows.fish
Normal file
10
.config/fish/functions/_pure_print_prompt_rows.fish
Normal file
@@ -0,0 +1,10 @@
|
||||
function _pure_print_prompt_rows \
|
||||
--description "Manage default vs. compact prompt"
|
||||
|
||||
# print current path, git branch/status, command duration
|
||||
if _pure_is_single_line_prompt
|
||||
echo -e -n (_pure_prompt_first_line)
|
||||
else
|
||||
echo -e (_pure_prompt_first_line)
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user