From c1612bad459cdc4c3df5856e14ff82c01c4e3f01 Mon Sep 17 00:00:00 2001 From: PipeItToDevNull Date: Mon, 4 Dec 2023 21:58:29 -0500 Subject: [PATCH] add sbin for #17 --- config/includes.chroot/home/user/.bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/includes.chroot/home/user/.bashrc b/config/includes.chroot/home/user/.bashrc index 07c2958..5ad0466 100644 --- a/config/includes.chroot/home/user/.bashrc +++ b/config/includes.chroot/home/user/.bashrc @@ -57,3 +57,5 @@ set -o vi # Exports export VISUAL=vim export EDITOR="$VISUAL" +# Path +export PATH=$PATH:/usr/sbin \ No newline at end of file