diff options
| -rwxr-xr-x | pfetch | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
