Skip to content

kascote/rpure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rpure

a simple prompt inspired by pure

rpure.png

rpure is based on code from pista. Why? Started as a Rust learning project.

features

  • shortened current working directory
  • git info (branch/commit, ahead/behind status, repo status)
  • superuser indicator
  • fully configurable

Readline

The symbol (●) at the beginning of the 2nd line is the Readline vim state.
To setup it, need to put this lines on the file .inputrc on the home directory:

set show-mode-in-prompt on
set vi-cmd-mode-string "⊙"
set vi-ins-mode-string "●"

for more information check the Readline init file syntax

About

Simple, minimal, Bash prompt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages