fetch

A MSYS2-compatible sys-info prompt
Log | Files | Refs | README | LICENSE

commit 828fbbc2f6ecd53d43d08b401d616861df8bd564
parent 3f8093e2cbf8dde709021efee5fff9cced231652
Author: Byron Torres <b@torresjrjr>
Date:   Sun, 22 Nov 2020 18:42:52 +0000

Display date with the RFC 5322 format option

Diffstat:
Mfetch | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fetch b/fetch @@ -4,7 +4,7 @@ printf '...\r' ## Get variables -date=$(date) +date=$(date -R) shell=${SHELL##*/} user=${USER} host=$(hostname)