Changelog
This commit is contained in:
parent
5ca3666055
commit
d4978498f0
6
1.1.md
6
1.1.md
|
@ -39,8 +39,6 @@ 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
|
||||
|
@ -115,8 +113,8 @@ Battery2: 67%
|
|||
Battery: 10%
|
||||
```
|
||||
|
||||
- **NOTE:** This currently only works on Linux, support for other platforms is being<br \>
|
||||
worked on. See **[Issue #46](https://github.com/dylanaraps/fetch/issues/46)**
|
||||
- **NOTE:** This currently doesn't support BSD systems as we have no one to help us test
|
||||
- See **[Issue #46](https://github.com/dylanaraps/fetch/issues/46)**
|
||||
|
||||
|
||||
### Image
|
||||
|
|
Reference in New Issue