Add option to append template to existing config (#1723)
* Add option to append template to existing config * Add test for append-to-config option Co-authored-by: Egor Moor <egor.moor@edag-ps.com>
This commit is contained in:
@@ -19,6 +19,7 @@ The install script can take the following options:
|
||||
* ``--interactive``\ : Asks the user which aliases, completions and plugins to enable.
|
||||
* ``--silent``\ : Ask nothing and install using default settings.
|
||||
* ``--no-modify-config``\ : Do not modify the existing config file (\ ``~/.bash_profile`` or ``~/.bashrc``\ ).
|
||||
* ``--append-to-config``\ : Back up existing config file and append bash-it templates at the end.
|
||||
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user