docs: update

This commit is contained in:
Dylan Araps 2019-09-24 22:52:13 +03:00
parent b6692aa523
commit e9dbdb5d15
2 changed files with 7 additions and 0 deletions

5
pfetch
View file

@ -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
)