From bc225b8a3181d8bf8e0592975e606d5099d27172 Mon Sep 17 00:00:00 2001 From: Mark Szymanski Date: Thu, 14 Oct 2010 21:50:02 -0500 Subject: [PATCH] Added links to each contributor's GitHub profile. --- README.md | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index dc90d5f..f889adb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Bash it -'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. :) +'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. :) Includes some autocompletion tools, theming support, aliases, custom functions, a few stolen pieces from Steve Losh, and more. @@ -33,7 +33,7 @@ For custom scripts, and aliases, you can create the following files and they wil * lib/custom.bash * plugins/custom.plugins.bash -and anything in the custom directory will be ignored with the exception of custom/example.bash. +and anything in the custom directory will be ignored with the exception of custom/example.bash. ## Themes @@ -50,9 +50,17 @@ So, if you have contributions to bash-it, please send me a pull request and I'll If you are submitting a pull request, please add your name to the list. -* Robert Evans -* David Bradford -* Rich Manalang -* Piotr Usewicz -* Simon H. Eskildsen -* Mark Szymanski +* [Robert Evans][revans] +* [David Bradford][zerobearing2] +* [Rich Manalang][manalang] +* [Piotr Usewicz][pusewicz] +* [Simon H. Eskildsen][sirupsen] +* [Mark Szymanski][mrman208] + +[revans]: http://github.com/revans +[zerobearing2]: http://github.com/zerobearing2 +[manalang]: http://github.com/manalang +[pusewicz]: http://github.com/pusewicz +[sirupsen]: http://github.com/sirupsen +[mrman208]: http://github.com/mrman208 + -- 2.17.1