Changelog
This commit is contained in:
parent
5ca3666055
commit
d4978498f0
1 changed files with 2 additions and 4 deletions
6
1.1.md
6
1.1.md
|
@ -39,8 +39,6 @@ the distro ascii art and the automatic config creation.
|
||||||
### Info
|
### Info
|
||||||
|
|
||||||
- Added `--disable` which allows you to stop an info line from appearing at launch.<br \>
|
- 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
|
```sh
|
||||||
# Stop cpu, gpu, disk and shell functions from being called
|
# Stop cpu, gpu, disk and shell functions from being called
|
||||||
|
@ -115,8 +113,8 @@ Battery2: 67%
|
||||||
Battery: 10%
|
Battery: 10%
|
||||||
```
|
```
|
||||||
|
|
||||||
- **NOTE:** This currently only works on Linux, support for other platforms is being<br \>
|
- **NOTE:** This currently doesn't support BSD systems as we have no one to help us test
|
||||||
worked on. See **[Issue #46](https://github.com/dylanaraps/fetch/issues/46)**
|
- See **[Issue #46](https://github.com/dylanaraps/fetch/issues/46)**
|
||||||
|
|
||||||
|
|
||||||
### Image
|
### Image
|
||||||
|
|
Loading…
Reference in a new issue