mirror of
https://github.com/eRgo35/dots.git
synced 2025-12-16 15:36:11 +01:00
6 lines
142 B
Fish
6 lines
142 B
Fish
function _pure_prompt_container
|
|
if _pure_is_inside_container
|
|
echo "$pure_symbol_container_prefix"(_pure_user_at_host)
|
|
end
|
|
end
|