From a6ea011f97c60a47408b1ff02d3e93940bff13f4 Mon Sep 17 00:00:00 2001 From: dangerboot <> Date: Sun, 8 Mar 2026 09:31:00 +0100 Subject: [PATCH] .bashrc PATH+=:/opt --- usr/home/.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/home/.bashrc b/usr/home/.bashrc index 7e4714c..a78f5df 100755 --- a/usr/home/.bashrc +++ b/usr/home/.bashrc @@ -47,7 +47,7 @@ export IMAGE_REG="jpg|jpeg|png|gif|bmp|webp|tiff|ico|heic|svg|jfif" export MEDIA_REG="\.(${AUDIO_REG}|${VIDEO_REG}|${IMAGE_REG})$" -PATH="/bin:/sbin:/usr/bin:/usr/sbin" +PATH="/bin:/sbin:/usr/bin:/usr/sbin:/opt" PATH="$PATH:$SBIN_DIR" PATH="$PATH:$BIN_DIR" export PATH