all repos — dotfiles @ 2e4a6c8d33ceb68dfbaa968e56efeff46acff1f4

my *nix dotfiles

scripts/icyinfo.sh now shows full kernel name
icyphox icyph0x@protonmail.com
Sat, 20 Jan 2018 01:38:39 +0530
commit

2e4a6c8d33ceb68dfbaa968e56efeff46acff1f4

parent

ee508dfcedd8a0ac72ea0808f3dd6be4daa39681

1 files changed, 0 insertions(+), 2 deletions(-)

jump to
M scripts/scripts/icyinfo.shscripts/scripts/icyinfo.sh

@@ -16,8 +16,6 @@ # detect

user=$(whoami) host=$(hostname) kernel=$(uname -r) -kernel=${kernel%-*} -kernel=${kernel%_*} shell=$(basename $SHELL) os() { os=$(source /etc/os-release && echo $ID)