mirror of
https://github.com/dylanaraps/pfetch.git
synced 2026-01-02 16:02:12 +01:00
docs: update
This commit is contained in:
2
pfetch
2
pfetch
@@ -178,13 +178,13 @@ get_os() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
get_kernel() {
|
get_kernel() {
|
||||||
# '$kernel' is the cached output of 'uname -r'.
|
|
||||||
case $os in
|
case $os in
|
||||||
# Don't print kernel output on BSD systems as the
|
# Don't print kernel output on BSD systems as the
|
||||||
# OS name includes it.
|
# OS name includes it.
|
||||||
*BSD*) ;;
|
*BSD*) ;;
|
||||||
|
|
||||||
*)
|
*)
|
||||||
|
# '$kernel' is the cached output of 'uname -r'.
|
||||||
log kernel "$kernel" >&6
|
log kernel "$kernel" >&6
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|||||||
Reference in New Issue
Block a user