docs: update

This commit is contained in:
Dylan Araps 2019-09-24 10:39:16 +03:00
parent 4fd3cece95
commit b9c399d671

2
pfetch
View File

@ -45,7 +45,7 @@ main() {
# NOTE: To avoid breaking indentation with 'EOF', '-EOF' is used.
# This has the caveat that the lines be TAB indented.
read -r kernel_name kernel_version kernel_machine <<-EOF
$(uname -srm)
$(uname -srm)
EOF
get_os