mirror of
https://github.com/dylanaraps/pfetch.git
synced 2026-01-02 16:02:12 +01:00
Compare commits
49 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
aa22d4e32d | ||
|
|
c0d0d65aa0 | ||
|
|
a8a3e1f2fe | ||
|
|
8633671f99 | ||
|
|
577e8483a7 | ||
|
|
6558b34254 | ||
|
|
542b6af284 | ||
|
|
177d77c335 | ||
|
|
e2068c61d5 | ||
|
|
39f767e45b | ||
|
|
b2aac93208 | ||
|
|
271458be6e | ||
|
|
9fc34b0000 | ||
|
|
3bb449700c | ||
|
|
f82f5e9d2d | ||
|
|
be111026b1 | ||
|
|
4cfef9c1e4 | ||
|
|
c1cecae824 | ||
|
|
f5b527d852 | ||
|
|
2bf774e70f | ||
|
|
25324687b5 | ||
|
|
f15a8d25dd | ||
|
|
361a46df60 | ||
|
|
9f55ffb5aa | ||
|
|
364223cb48 | ||
|
|
7094147013 | ||
|
|
8d1b579b39 | ||
|
|
32743859da | ||
|
|
c36607909b | ||
|
|
a7b0439aeb | ||
|
|
0dcc4d6a82 | ||
|
|
67204770ac | ||
|
|
4524a3cc0a | ||
|
|
4f7617208d | ||
|
|
8dd5981fbc | ||
|
|
24498852fd | ||
|
|
a1bbe9749c | ||
|
|
c9b4d26084 | ||
|
|
1045166df2 | ||
|
|
5893e26575 | ||
|
|
14261f0fa1 | ||
|
|
40d78a9b26 | ||
|
|
729f553d87 | ||
|
|
6c3d5c3a87 | ||
|
|
616e1b0c3b | ||
|
|
44dca45301 | ||
|
|
256c1678d6 | ||
|
|
a3bdc11167 | ||
|
|
2bc0fd87a5 |
@@ -37,6 +37,7 @@ picture"!
|
|||||||
- **MacOS**
|
- **MacOS**
|
||||||
- **Minix**
|
- **Minix**
|
||||||
- **Solaris**
|
- **Solaris**
|
||||||
|
- **IRIX**
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
@@ -57,6 +58,11 @@ PF_INFO="ascii"
|
|||||||
# Example: Only Information.
|
# Example: Only Information.
|
||||||
PF_INFO="title os host kernel uptime pkgs memory"
|
PF_INFO="title os host kernel uptime pkgs memory"
|
||||||
|
|
||||||
|
# A file to source before running pfetch.
|
||||||
|
# Default: unset
|
||||||
|
# Valid: A shell script
|
||||||
|
PF_SOURCE=""
|
||||||
|
|
||||||
# Separator between info name and info data.
|
# Separator between info name and info data.
|
||||||
# Default: unset
|
# Default: unset
|
||||||
# Valid: string
|
# Valid: string
|
||||||
|
|||||||
Reference in New Issue
Block a user