It is inspired by the <https://github.com/powerline/powerline> project. This prompt uses some Unicode glyphs that work best with the fonts specifically modified for Powerline: https://github.com/powerline/fonts
make_prompt_powerline(
col_mem = "#404040",
col_path = "#0055d4",
col_pkg = "gold4",
col_git = "#7d26cd"
)
Background colors for the sections: allocated memory, working directory, devtools loaded package(s), git info.
`make_prompt_powerline()` returns a function that you can use with [set_prompt()].