|
5 | 5 |  |
6 | 6 |  |
7 | 7 |
|
8 | | -**Bash-it** is a collection of community Bash commands and scripts for Bash 3.2+. |
| 8 | +**Bash-it** is a collection of community Bash commands and scripts for Bash. |
9 | 9 | (And a shameless ripoff of [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh) :smiley:) |
| 10 | +97% of the code is compatible with bash 3.2+ but we are geared also toward power users, |
| 11 | +and one or two of the more complex plugins may need bash 5 features to run. If you |
| 12 | +happen to be "stuck" on an older version of bash, we have code in place to prevent you |
| 13 | +from running those modules and getting errors. It's a short list though, and none of the core code. |
10 | 14 |
|
11 | 15 | Includes autocompletion, themes, aliases, custom functions, a few stolen pieces from Steve Losh, and more. |
12 | 16 |
|
13 | 17 | Bash-it provides a solid framework for using, developing and maintaining shell scripts and custom commands for your daily work. |
14 | | -If you're using the _Bourne Again Shell_ (Bash) regularly and have been looking for an easy way on how to keep all of these nice little scripts and aliases under control, then Bash-it is for you! |
| 18 | +If you're using the _Bourne Again Shell_ (Bash) regularly and have been looking for an easy way on how to keep all of these nice little scripts and aliases under control, then Bash-it is for you! |
15 | 19 | Stop polluting your `~/bin` directory and your `.bashrc` file, fork/clone Bash-it and start hacking away. |
16 | 20 |
|
17 | 21 | - [Main Page](https://bash-it.readthedocs.io/en/latest) |
@@ -42,9 +46,9 @@ Stop polluting your `~/bin` directory and your `.bashrc` file, fork/clone Bash-i |
42 | 46 | ``git clone --depth=1 https://github.com/Bash-it/bash-it.git ~/.bash_it`` |
43 | 47 | 2) Run ``~/.bash_it/install.sh`` |
44 | 48 |
|
45 | | -That's it! :smiley: |
| 49 | +That's it! :smiley: |
46 | 50 |
|
47 | | -You can check out more components of Bash-it, and customize it to your desire. |
| 51 | +You can check out more components of Bash-it, and customize it to your desire. |
48 | 52 | For more information, see detailed instructions [here](https://bash-it.readthedocs.io/en/latest/installation/). |
49 | 53 |
|
50 | 54 | ### custom configuration file location |
|
0 commit comments