From 44fd01e7ce20a83e5c667749c971a5eb308e7275 Mon Sep 17 00:00:00 2001 From: Phil Date: Sun, 23 Oct 2022 00:46:25 +0100 Subject: [PATCH] Added quick OS check --- .bash_aliases | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.bash_aliases b/.bash_aliases index 4a84e7d..df7c5ea 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -302,3 +302,6 @@ alias thehometunnel-down="sudo wg-quick down TheHomeTunnel" # windirstat shortcut for ncdu alias windirstat="ncdu" + +#What OS +alias os='cat /etc/os-release'