From 1980c17f95cd0747558cc6435380c3bb2b3ae75d Mon Sep 17 00:00:00 2001 From: Andrea Rogers Date: Thu, 25 Jul 2024 06:16:25 -0500 Subject: [PATCH] profile: Source .profile.linux --- .profile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.profile b/.profile index 9893f2a..1adb9d9 100644 --- a/.profile +++ b/.profile @@ -15,5 +15,8 @@ command -v uname >/dev/null && FreeBSD) . "$HOME/.profile.freebsd" ;; + Linux) + . "$HOME/.profile.linux" + ;; esac \ ;