From b4a85906e5887ba36f0e248c31b9dac33fe1d43f Mon Sep 17 00:00:00 2001 From: Mark Szymanski Date: Wed, 20 Oct 2010 17:41:08 -0500 Subject: [PATCH] Some minor formatting changes to README --- README.md | 26 +++++++++++--------------- 1 file changed, 11 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index f889adb..35217e7 100644 --- a/README.md +++ b/README.md @@ -6,32 +6,28 @@ Includes some autocompletion tools, theming support, aliases, custom functions, ## Install -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. +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. -

-git clone http://github.com/revans/bash-it.git bash_it
+	git clone http://github.com/revans/bash-it.git bash_it
 
-cp ~/.bash_profile ~/.bash_profile_original
-cp /template/bash_profile.template.bash ~/.bash_profile
+	cp ~/.bash_profile ~/.bash_profile_original
+	cp /template/bash_profile.template.bash ~/.bash_profile
 
-
## Help Screens -

-bash-it (will show all the help commands)
-aliases-help
-rails-help
-git-help
-
+ bash-it (will show all the help commands) + aliases-help + rails-help + git-help ## Your Custom scripts, aliases, and functions For custom scripts, and aliases, you can create the following files and they will be ignored by the git repo: -* aliases/custom.aliases.bash -* lib/custom.bash -* plugins/custom.plugins.bash +* `aliases/custom.aliases.bash` +* `lib/custom.bash` +* `plugins/custom.plugins.bash` and anything in the custom directory will be ignored with the exception of custom/example.bash. -- 2.17.1