From e4e0c151b2121fe94ee7dad3b618b93e65144f17 Mon Sep 17 00:00:00 2001 From: Noah Gorny Date: Sat, 6 Feb 2021 23:16:58 +0200 Subject: [PATCH 1/2] docs: Add license notice to readme --- docs/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/README.md b/docs/README.md index 23b765a7..e4f9e6c2 100644 --- a/docs/README.md +++ b/docs/README.md @@ -55,4 +55,8 @@ please feel free to read through this page if you're interested in how Bash-it l * [List of contributors][contribute] +## License + +Bash-it is licensed under the [MIT License](https://github.com/Bash-it/bash-it/blob/master/LICENSE). + [contribute]: https://github.com/Bash-it/bash-it/contributors From e25e371ba7039cbd133bc505034dfe36332e0391 Mon Sep 17 00:00:00 2001 From: Noah Gorny Date: Sat, 6 Feb 2021 23:17:18 +0200 Subject: [PATCH 2/2] docs: Add newline in readme and index.rst --- docs/README.md | 2 +- docs/index.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index e4f9e6c2..4a6e2340 100644 --- a/docs/README.md +++ b/docs/README.md @@ -9,7 +9,7 @@ Includes autocompletion, themes, aliases, custom functions, a few stolen pieces from Steve Losh, and more. Bash-it provides a solid framework for using, developing and maintaining shell scripts and custom commands for your daily work. -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! +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! Stop polluting your `~/bin` directory and your `.bashrc` file, fork/clone Bash-it and start hacking away. - [Main Page](https://bash-it.readthedocs.io/en/latest) diff --git a/docs/index.rst b/docs/index.rst index e5bc2667..1fc3a5c2 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -8,7 +8,7 @@ Welcome to Bash-it's documentation! Includes autocompletion, themes, aliases, custom functions, a few stolen pieces from Steve Losh, and more. Bash-it provides a solid framework for using, developing and maintaining shell scripts and custom commands for your daily work. -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! +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! Stop polluting your ``~/bin`` directory and your ``.bashrc`` file, fork/clone Bash-it and start hacking away. .. toctree::