commit | 13cc91c6a83d78628c022a583daaf74ed6b64b70 | [log] [tgz] |
---|---|---|
author | Robert R Evans <robert@codewranglers.org> | 周三 10月 06 15:11:15 2010 -0700 |
committer | Robert R Evans <robert@codewranglers.org> | 周三 10月 06 15:11:15 2010 -0700 |
tree | 9efdf0f437dc43c24d39da9cb81f50aff9bb0fc4 | |
parent | 2c087a880cbea2cf5be51ea090753eb1f9185eca [diff] | |
parent | 7899cb4e8e67ce9d44460f92a6353a8ac8856f29 [diff] |
Merge branch 'master' of http://github.com/pusewicz/bash-it into pusewicz-master
'Bash it' is a mash up of my own bash commands and scripts, other bash stuff I have found and a shameless ripoff of oh-my-zsh. :)
From what I remember, I've incorporated things I have found from the following:
Includes some autocompletion tools, theming support, aliases, custom functions, and more.
Check a clone of this repo. You can view what a sample ~/.bash_profile looks like in template/bash_profile.template.bash. If you wanted to use that template, make sure to make a backup of your current ~/.bash_profile file.
I'm working on adding various custom help screens to bash it. Currently, bash it has the following commands to show help screens:
Currently, there is only 1 theme, 'bobby'. There is a base.theme.bash that includes various colors that can then be used to create custom themes. There is support for git in the prompt: showing what branch you're on, if you've committed locally or not, etc. I'm working on adding mercurial support as well.
Just like oh-my-zsh, 'bash it' is meant for the community. If you have things to add, want to add a theme, etc. please fork this project and send me a pull request.