diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2019-10-01 00:00:27 +0300 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2019-10-01 00:00:27 +0300 |
| commit | a6b4b085fb4fed714c65d25e441a391da1ba958b (patch) | |
| tree | 45d715b6acc5c4de81c041fa2aa122f672f02149 /README.md | |
| parent | cfc0e8e4d07c10fad540f791a344908d7941ed15 (diff) | |
| download | pfetch-a6b4b085fb4fed714c65d25e441a391da1ba958b.tar.gz | |
docs: update
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -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 |
