Merge branch 'main' of ssh://gitlab.com/tavo-wasd/dotfiles

merge
This commit is contained in:
tavo-wasd 2023-06-02 07:22:59 -06:00
commit 4a073662b9

View file

@ -93,6 +93,7 @@ if [ -e /proc/$$/comm ]; then
## Kernel
read -r _ _ version _ < /proc/version
[ -z "$version" ] && version=$(uname -r)
kernel=${version%%-*}
eq "$version" '*Microsoft*' && ID="fake $ID"