diff --git a/rc/bashrc b/rc/bashrc index bbc4250b..30cdffb4 100755 --- a/rc/bashrc +++ b/rc/bashrc @@ -25,6 +25,11 @@ fi # Aliases RJ706I # Functions ZGC5QQ +# lsb_base ? +if [ -f /etc/os-release ]; then + . /etc/os-release +fi + ##### Defaults etc... M0TZLS ##### # ~/.bashrc: executed by bash(1) for non-login shells. diff --git a/rc/zshrc b/rc/zshrc index 71dfd8a2..3603926a 100755 --- a/rc/zshrc +++ b/rc/zshrc @@ -25,6 +25,11 @@ fi # Aliases RJ706I # Functions ZGC5QQ +# lsb_base ? +if [ -f /etc/os-release ]; then + . /etc/os-release +fi + # Kind of my welcome screen when I open a terminal? # Existence of lsb_release implies both being on Linux and me having touched # the system, so I can do away with a lot of checks for Darwin