aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2019-09-24 15:11:55 +0300
committerDylan Araps <dylan.araps@gmail.com>2019-09-24 15:11:55 +0300
commitb3bdb3dbddc6db386140f6f3dd9aae45e1c67174 (patch)
treebb801d261ee5ae6cd67112b7d59c9a37a975653b
parent9bc53fedde9af6773a15fd3693c6ca1039284aad (diff)
downloadpfetch-b3bdb3dbddc6db386140f6f3dd9aae45e1c67174.tar.gz
pfetch: type not posix
-rwxr-xr-xpfetch2
1 files changed, 1 insertions, 1 deletions
diff --git a/pfetch b/pfetch
index d4ad2d2..4fa85bc 100755
--- a/pfetch
+++ b/pfetch
@@ -316,7 +316,7 @@ main() {
# "info names" for output alignment. The option names and subtitles
# match 1:1 so this is thankfully simple.
for info; do
- type "get_$info" >/dev/null &&
+ command -v "get_$info" >/dev/null &&
info_length=$((${#info} > info_length ? ${#info} : info_length))
done