From 97e7bab26c162bf805bd3ff20be8fb2fd03b3cbe Mon Sep 17 00:00:00 2001 From: tomit4 Date: Wed, 8 Jun 2022 16:21:34 -0700 Subject: [PATCH] added commands to arsenal of tools --- aliases | 4 +++- updates.txt | 4 ++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/aliases b/aliases index d2104ce7..66929c0c 100644 --- a/aliases +++ b/aliases @@ -36,7 +36,9 @@ alias ls="exa --icons" alias li="exa -1 --icons" alias ll="exa -lih --icons" alias {lsdir,lsd}="ls -t -1" # list only the directories -alias lshw="doas lshw -short" # list hardware +alias lshw="doas lshw -short | less" # list hardware +alias {hw,hwinfo}="hwinfo | less" # extensive info on hardware devices +alias dmid="doas dmidecode | less" alias of="onefetch -o yaml | yq -C" alias mkdir='mkdir -pv' alias {ex,esc}="exit" diff --git a/updates.txt b/updates.txt index afb6bfc7..f93bb7e5 100644 --- a/updates.txt +++ b/updates.txt @@ -34,3 +34,7 @@ Update shell project: cproj git pull + +Install hwinfo and hdparm + +doas pacman -S hwinfo hdparm