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