Added '--disable' to disable info from printing at launch, see 1.1.md for more info
This commit is contained in:
9
1.1.md
9
1.1.md
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user