docs: update
This commit is contained in:
parent
cfc0e8e4d0
commit
a6b4b085fb
2 changed files with 30 additions and 10 deletions
20
README.md
20
README.md
|
@ -126,6 +126,26 @@ PF_ALIGN=""
|
|||
# Default: unset (auto)
|
||||
# Valid: string
|
||||
PF_ASCII="openbsd"
|
||||
|
||||
# The below environment variables control more
|
||||
# than just 'pfetch' and can be passed using
|
||||
# 'HOSTNAME=cool_pc pfetch' to restrict their
|
||||
# usage solely to 'pfetch'.
|
||||
|
||||
# Which user to display.
|
||||
USER=""
|
||||
|
||||
# Which hostname to display.
|
||||
HOSTNAME=""
|
||||
|
||||
# Which editor to display.
|
||||
EDITOR=""
|
||||
|
||||
# Which shell to display.
|
||||
SHELL=""
|
||||
|
||||
# Which desktop environment to display.
|
||||
XDG_CURRENT_DESKTOP=""
|
||||
```
|
||||
|
||||
## Credit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue