diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2019-09-25 10:16:25 +0300 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2019-09-25 10:16:25 +0300 |
| commit | 4a43ea23d2bd678c7f74f679c8de65f943deeb96 (patch) | |
| tree | 5875315f8124cb3e8376afe2861bd35878c90a7f | |
| parent | 731b3a62c83ba41f0961d66d37190d92ebb26929 (diff) | |
| download | pfetch-4a43ea23d2bd678c7f74f679c8de65f943deeb96.tar.gz | |
docs: update
| -rwxr-xr-x | pfetch | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -178,13 +178,13 @@ get_os() { } get_kernel() { - # '$kernel' is the cached output of 'uname -r'. case $os in # Don't print kernel output on BSD systems as the # OS name includes it. *BSD*) ;; *) + # '$kernel' is the cached output of 'uname -r'. log kernel "$kernel" >&6 ;; esac |
