|
|
|
@ -27,9 +27,14 @@ Neofetch now has an irc channel at `#neofetch` on Freenode. If you have any ques |
|
|
|
- Delete most of `info()` and instead call `prin()`. |
|
|
|
- Delete most of `info()` and instead call `prin()`. |
|
|
|
- This removes a lot of duplicate code between `info()` and `prin()`. |
|
|
|
- This removes a lot of duplicate code between `info()` and `prin()`. |
|
|
|
- Remove `printf` subshells and instead use `printf -v` to declare the variables. |
|
|
|
- Remove `printf` subshells and instead use `printf -v` to declare the variables. |
|
|
|
|
|
|
|
- Set fixed `$PATH` in the beginning of the script. |
|
|
|
|
|
|
|
|
|
|
|
## Info |
|
|
|
## Info |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
**OS** <br \> |
|
|
|
|
|
|
|
- Added support for GNU/kFreeBSD. |
|
|
|
|
|
|
|
- Merged all GNU Hurd instances to Linux since they work exactly the same way. |
|
|
|
|
|
|
|
|
|
|
|
**Shell**<br \> |
|
|
|
**Shell**<br \> |
|
|
|
|
|
|
|
|
|
|
|
- [Fish] Fixed memory leak caused by Fish. |
|
|
|
- [Fish] Fixed memory leak caused by Fish. |
|
|
|
@ -95,6 +100,7 @@ Neofetch now has an irc channel at `#neofetch` on Freenode. If you have any ques |
|
|
|
|
|
|
|
|
|
|
|
**Local IP**<br \> |
|
|
|
**Local IP**<br \> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- [BSD and Solaris] Merged the detection to Linux. |
|
|
|
- [Windows] Support multiple interfaces. |
|
|
|
- [Windows] Support multiple interfaces. |
|
|
|
|
|
|
|
|
|
|
|
**Color Blocks**<br \> |
|
|
|
**Color Blocks**<br \> |
|
|
|
|