chore: Further adjust install date in fast fetch

This commit is contained in:
Kyle Gospodnetich 2024-05-24 10:43:27 -07:00
parent 77342067e6
commit 1f03a33cb9

View File

@ -43,7 +43,7 @@
{
"type": "command",
"key": " 󰔠",
"text": "stat / | grep 'Birth' | sed 's/Birth: //g' | cut -b 2-11",
"text": "date -d$(ls -alct / --time-style=full-iso|tail -1|awk '{print $6}') +'Installed %b %d %G'",
"shell": "/bin/bash"
},
"break",