From 4178de61c8e1bf725c836ee74a589df3d4a81926 Mon Sep 17 00:00:00 2001 From: Shingo Kitagawa Date: Fri, 4 Nov 2016 17:49:12 +0900 Subject: [PATCH] add --silent description in README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 68d08712..c72fa991 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,8 @@ The install script can take the following options: * `--interactive`: Asks the user which aliases, completions and plugins to enable. +* `--silent`: Ask nothing and install default setting. + When run without the `--interactive` switch, Bash-it only enables a sane default set of functionality to keep your shell clean and to avoid issues with missing dependencies. Feel free to enable the tools you want to use after the installation. **NOTE**: Keep in mind how Bash load its configuration files, `.bash_profile` for login shells (and in Mac OS X in terminal emulators like [Terminal.app](http://www.apple.com/osx/apps/) or [iTerm2](https://www.iterm2.com/)) and `.bashrc` for interactive shells (default mode in most of the GNU/Linux terminal emulators), to ensure that Bash-it is loaded correctly. A good "practice" is sourcing `.bashrc` into `.bash_profile` to keep things working in all the scenarios, to achieve this, you can add this snippet in your `.bash_profile`: