From baef18518bec779737bd8eac390e348e014beab1 Mon Sep 17 00:00:00 2001 From: Radar231 Date: Mon, 3 Jan 2022 07:57:03 -0500 Subject: [PATCH] moved pfetch launch to script for /etc/profile.d --- files/pfetch.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 files/pfetch.sh diff --git a/files/pfetch.sh b/files/pfetch.sh new file mode 100644 index 0000000..a0b4e5a --- /dev/null +++ b/files/pfetch.sh @@ -0,0 +1,9 @@ +########################################################### +# +# execute pfetch on login +# +########################################################### + +export PF_INFO="ascii title os host kernel uptime pkgs memory wm de shell editor" +/usr/local/bin/pfetch +