Skip to content

mircea007/prompt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Bash Prompt

My custom bash prompt

Install

You can get the prompt by downloading the script (or the repo) and source-ing it from your .bashrc.

Screenshots

Screenshot

Configuration

You can configure the prompt by editing the prompt_main() function in the script. To exclude something comment the coresponding line (add a # at the begining of the line). To put something back uncomment it.

Say, for example, if I wanted to exclude the git component i would comment the line

  prompt_git

So it would then become

  #prompt_git

License

This script is licensed under the GNU General Public License v3.0

About

my custom bash prompt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages