Added load_some function again
It can be called by providing the `--interactive` switch to the install script.
This commit is contained in:
@@ -11,11 +11,16 @@ Bash it provides a solid framework for using, developing and maintaining shell s
|
||||
## Install
|
||||
|
||||
1. Check a clone of this repo: `git clone --depth=1 https://github.com/Bash-it/bash-it.git ~/.bash_it`
|
||||
2. Run `~/.bash_it/install.sh` (it automatically backs up your `~/.bash_profile` or `~/.bashrc`, depends on your OS)
|
||||
2. Run `~/.bash_it/install.sh` (it automatically backs up your `~/.bash_profile` or `~/.bashrc`, depending on your OS)
|
||||
3. Edit your modified config (`~/.bash_profile` or `~/.bashrc`) file in order to customize Bash it.
|
||||
4. Check out available aliases, completions and plugins and enable the ones you want to use (see the next section for more details).
|
||||
|
||||
Bash it only enables a sane default set of functionality to keep your shell lean and to avoid issues with missing dependencies. Feel free to enable the tools you want to use after the installation.
|
||||
**INSTALL OPTIONS:**
|
||||
The install script can take the following options:
|
||||
|
||||
* `--interactive`: Asks the user which aliases, completions and plugins to enable.
|
||||
|
||||
When run without the `--interactive` switch, Bash it only enables a sane default set of functionality to keep your shell lean and to avoid issues with missing dependencies. Feel free to enable the tools you want to use after the installation.
|
||||
|
||||
## Help Screens
|
||||
|
||||
|
||||
Reference in New Issue
Block a user