Added '--disable' to disable info from printing at launch, see 1.1.md for more info

This commit is contained in:
Dylan
2016-02-01 18:50:10 +11:00
parent ee58843497
commit 7609445b89
3 changed files with 37 additions and 1 deletions

9
1.1.md
View File

@@ -37,6 +37,15 @@ the distro ascii art and the automatic config creation.
### Info
- Added `--disable` which allows you to stop an info line from appearing at launch.<br \>
This works by using `unset -f` on the function causing it to not exist giving us<br \>
a blank output.
```sh
# Stop cpu, gpu, disk and shell functions from being called
fetch --disable cpu gpu disk shell
```
**Kernel:**
- Added `--kernel_shorthand` and `$kernel_shorthand` to print less or more kernel info