mirror of
https://github.com/dylanaraps/pfetch.git
synced 2026-01-02 16:02:12 +01:00
docs: update
This commit is contained in:
5
pfetch
5
pfetch
@@ -150,6 +150,10 @@ get_kernel() {
|
||||
esac
|
||||
}
|
||||
|
||||
get_shell() {
|
||||
log shell "${SHELL##*/}"
|
||||
}
|
||||
|
||||
get_host() {
|
||||
case $os in
|
||||
Linux*)
|
||||
@@ -262,6 +266,7 @@ get_pkgs() {
|
||||
# Commands which print packages one per line.
|
||||
has pkginfo && pkginfo -i
|
||||
has pkg && pkg list
|
||||
has pkg_info && pkg_info
|
||||
;;
|
||||
esac | wc -l
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user