Bash Theme Powerline 2column

· by Victor Mendonça · Read in about 1 min · (83 words) ·

powerline-2column is a simple powerline like prompt for Bash that displays information in two columns.

The prompt provides the following information:

Left Side

  • Folder icon for:
    • Git folder with provider icon
    • Home folder
    • Dropbox folder
  • Username
  • Hostname (when connecting via SSH)
  • Current path
  • Git status
    • untracked
    • uncommited
    • ahead/behind

Right Side

  • Previous exit code
  • Battery status
  • sudo cached credentials
  • Time

Check out some of the things it can do on the video below.

You can download a copy from my GitHub repo - https://github.com/victorbrca/powerline-2column

code with