chore: Fix install date output in FastFetch

This commit is contained in:
Kyle Gospodnetich 2024-05-23 10:27:46 -07:00
parent 759d1eedfe
commit 70e09b4fd7

View File

@ -43,7 +43,7 @@
{
"type": "command",
"key": " 󰔠",
"text": "ls -alct /|tail -1|awk '{print $6, $7, $8}'",
"text": "stat / | grep 'Birth' | sed 's/Birth: //g' | cut -b 2-11",
"shell": "/bin/bash"
},
"break",