dotfiles/fish/functions/_pure_prompt_container.fish
Julius Klotz e1f49b8878 initial commit
2025-02-21 11:32:33 +01:00

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